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

TBGRANeoButtonStyle

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

Declaration

Source position: bgraneobutton.pas line 215

type TBGRANeoButtonStyle = class(TPersistent)

protected

  FOwner: TControl;

  

  FText: TBGRANeoTextStyle;

  

  FShadow: TBGRANeoShadowStyle;

  

  FGradient1: TBGRANeoGradientStyle;

  

  FGradient2: TBGRANeoGradientStyle;

  

  FGradientPosition: single;

  

  FBorder: TBGRANeoBorderStyle;

  

  procedure SetFBorder(); virtual;

  

  procedure SetFGradient1(); virtual;

  

  procedure SetFGradient2(); virtual;

  

  procedure SetFGradientPosition(); virtual;

  

  procedure SetFShadow(); virtual;

  

  procedure SetFText(); virtual;

  

public

  constructor Create();

  

  destructor Destroy; override;

  

  procedure Assign(); override;

  

published

  property Text: TBGRANeoTextStyle; [rw]

  

  property Shadow: TBGRANeoShadowStyle; [rw]

  

  property Gradient1: TBGRANeoGradientStyle; [rw]

  

  property Gradient2: TBGRANeoGradientStyle; [rw]

  

  property GradientPosition: single; [rw]

  

  property Border: TBGRANeoBorderStyle; [rw]

  

end;

Inheritance

TBGRANeoButtonStyle

  

|

TObject



CT Web help

CodeTyphon Studio