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

TBCFont

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

Declaration

Source position: bctypes.pas line 112

type TBCFont = class(TBCProperty)

public

  constructor Create(); override;

  

  procedure Assign(); override;

  

  procedure Scale();

  

published

  property Color: TColor; [rw]

  

  property DisabledColor: TColor; [rw]

  

  property EndEllipsis: Boolean; [rw]

  

  property FontQuality: TBGRAFontQuality; [rw]

  

  property Height: Integer; [rw]

  

  property Name: string; [rws]

  

  property SingleLine: Boolean; [rw]

  

  property Shadow: Boolean; [rw]

  

  property ShadowColor: TColor; [rw]

  

  property ShadowColorOpacity: Byte; [rw]

  

  property ShadowRadius: Byte; [rw]

  

  property ShadowOffsetX: ShortInt; [rw]

  

  property ShadowOffsetY: ShortInt; [rw]

  

  property Style: TFontStyles; [rw]

  

  property TextAlignment: TBCAlignment; [rw]

  

  property WordBreak: Boolean; [rw]

  

  property PaddingLeft: Integer; [rw]

  

  property PaddingRight: Integer; [rw]

  

  property PaddingTop: Integer; [rw]

  

  property PaddingBottom: Integer; [rw]

  

end;

Inheritance

TBCFont

  

|

TBCProperty

  

|

TObject



CT Web help

CodeTyphon Studio