Unit 'TBGRAShapesUnit' Package
[Overview][Classes][Index] [#pl_bgrashapes]

TBGRACustomShape

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

Declaration

Source position: TBGRAShapesUnit.pas line 46

type TBGRACustomShape = class(TbgraGraphicControl)

protected

  procedure Paint; override;

  

  procedure PaintShadow; virtual;

  

  procedure PaintShape; virtual;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

published

  property Align;

  

  property Brush: TBrush; [rw]

  

  property DragCursor;

  

  property DragMode;

  

  property Enabled;

  

  property ParentShowHint;

  

  property Pen: TPen; [rw]

  

  property Shadow: Boolean; [rw]

  

  property ShadowOffset: Integer; [rw]

  

  property ShadowColor: TColor; [rw]

  

  property ShowHint;

  

  property Visible;

  

  property OnDragDrop;

  

  property OnDragOver;

  

  property OnEndDrag;

  

  property OnMouseDown;

  

  property OnMouseMove;

  

  property OnMouseUp;

  

  property OnStartDrag;

  

end;

Inheritance

TBGRACustomShape

  

|

TObject



CT Web help

CodeTyphon Studio