Unit 'GR32_Image' Package
[Overview][Constants][Types][Classes][Variables][Index] [#pl_graphics32]

TBackgroundOptions

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

Declaration

Source position: GR32_Image.pas line 213

type TBackgroundOptions = class(TNotifiablePersistent)

protected

  procedure SetFillStyle();

  

  procedure SetPatternBitmap();

  

  procedure SetDropShadowBitmap();

  

  procedure SetDropShadowColor();

  

  procedure SetDropShadowOffset();

  

  procedure SetDropShadowSize();

  

  procedure SetInnerBorderColor();

  

  procedure SetInnerBorderWidth();

  

  procedure SetOuterBorderColor();

  

  procedure SetCheckersStyle();

  

  function GetCheckersColor();

  

  procedure SetCheckersColor();

  

  procedure SetCheckersExponent();

  

  function IsFillStyleStored;

  

  function IsCheckersColorsStored();

  

  function IsDropShadowBitmapStored;

  

  function IsPatternBitmapStored;

  

  procedure CheckFillStyle;

  

  procedure ChangeHandler();

  

public

  constructor Create;

  

  destructor Destroy; override;

  

  property CheckersColors: TCheckersColors; [r]

  

published

  property PatternBitmap: TBitmap32; [rws]

  

  property OuterBorderColor: TColor; [rw]

  

  property InnerBorderWidth: Integer; [rw]

  

  property InnerBorderColor: TColor; [rw]

  

  property DropShadowColor: TColor32; [rw]

  

  property DropShadowOffset: Integer; [rw]

  

  property DropShadowSize: Integer; [rw]

  

  property DropShadowBitmap: TBitmap32; [rws]

  

  property CheckersStyle: TBackgroundCheckerStyle; [rw]

  

  property CheckersColorOdd: TColor; [rws]

  

  property CheckersColorEven: TColor; [rws]

  

  property CheckersExponent: Integer; [rw]

  

  property FillStyle: TBackgroundFillStyle; [rws]

  

end;

Inheritance

TBackgroundOptions

  

|

TNotifiablePersistent

  

|

TPlainInterfacedPersistent

  

|

TObject,IInterface



CT Web help

CodeTyphon Studio