Unit 'orca_scene2d' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_orca]

TD2PathButton

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: orca_scene2d.pas line 3500

type TD2PathButton = class(TD2CustomButton)

protected

  procedure DoPathChanged();

  

  procedure ApplyStyle; override;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

published

  property Path: TD2PathData; [rw]

  

  property PathLayout: TD2ButtonLayout; [rw]

  

  property PathSpacing: Single; [rw]

  

  property PathSize: Single; [rw]

  

  property PathPadding: Single; [rw]

  

  property PathFill: TD2Brush; [rw]

  

  property PathStroke: TD2Brush; [rw]

  

  property PathStrokeThickness: Single; [rws]

  

  property PathStrokeCap: TD2StrokeCap; [rw]

  

  property PathStrokeDash: TD2StrokeDash; [rw]

  

  property PathStrokeJoin: TD2StrokeJoin; [rw]

  

end;

Inheritance

TD2PathButton

  

|

TD2CustomButton

  

|

TD2TextControl

  

|

TD2Control

  

|

TD2VisualObject

  

|

TD2Object

  

|

TObject



CT Web help

CodeTyphon Studio