Unit 'BCTypes' Package
[Overview][Types][Classes][Index] [#pl_bgracontrols]

TBCGradient

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

Declaration

Source position: bctypes.pas line 64

type TBCGradient = class(TBCProperty)

public

  constructor Create(); override;

  

  procedure Assign(); override;

  

  procedure Scale();

  

published

  property StartColor: TColor; [rw]

  

  property StartColorOpacity: Byte; [rw]

  

  property DrawMode: TDrawMode; [rw]

  

  property EndColor: TColor; [rw]

  

  property EndColorOpacity: Byte; [rw]

  

  property ColorCorrection: Boolean; [rw]

  

  property GradientType: TGradientType; [rw]

  

  property Point1XPercent: single; [rw]

  

  property Point1YPercent: single; [rw]

  

  property Point2XPercent: single; [rw]

  

  property Point2YPercent: single; [rw]

  

  property Sinus: Boolean; [rw]

  

end;

Inheritance

TBCGradient

  

|

TBCProperty

  

|

TObject



CT Web help

CodeTyphon Studio