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

TBGRANeoShadowStyle

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

Declaration

Source position: bgraneobutton.pas line 82

type TBGRANeoShadowStyle = class(TPersistent)

protected

  FOwner: TControl;

  

  FColor: TColor;

  

  FAlpha: Byte;

  

  FOffsetX: Integer;

  

  FOffsetY: Integer;

  

  FRadius: Integer;

  

  procedure SetFAlpha(); virtual;

  

  procedure SetFColor(); virtual;

  

  procedure SetFOffsetX(); virtual;

  

  procedure SetFOffsetY(); virtual;

  

  procedure SetFRadius(); virtual;

  

public

  constructor Create();

  

  destructor Destroy; override;

  

  procedure Assign(); override;

  

published

  property Color: TColor; [rw]

  

  property Alpha: Byte; [rw]

  

  property OffsetX: Integer; [rw]

  

  property OffsetY: Integer; [rw]

  

  property Radius: Integer; [rw]

  

end;

Inheritance

TBGRANeoShadowStyle

  

|

TObject



CT Web help

CodeTyphon Studio