Unit 'cyClasses' Package
[Overview][Types][Classes][Procedures and functions][Index] [#pl_cindy]

TcyGradient

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

Declaration

Source position: cyClasses.pas line 191

type TcyGradient = class(TPersistent)

public

  constructor Create(); virtual;

  

  destructor Destroy; override;

  

  procedure Assign(); override;

  

  procedure Draw();

  

  property AngleClipRect: Boolean; [rw]

  

published

  property AngleDegree: Word; [rw]

  

  property Balance: Word; [rw]

  

  property BalanceMode: TDgradBalanceMode; [rw]

  

  property FromColor: TColor; [rw]

  

  property MaxDegrade: Byte; [rw]

  

  property Orientation: TDgradOrientation; [rw]

  

  property SpeedPercent: Integer; [rw]

  

  property ToColor: TColor; [rw]

  

  property OnChange: TNotifyEvent; [rw]

  

end;

Inheritance

TcyGradient

  

|

TObject



CT Web help

CodeTyphon Studio