Unit 'DTAnalogCommon' Package
[Overview][Types][Classes][Procedures and functions][Index] [#pl_bgracontrols]

TDTScaleSettings

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

Declaration

Source position: dtanalogcommon.pas line 118

type TDTScaleSettings = class(TPersistent)

protected

  property Testing: Boolean; [rw]

  

public

  constructor Create;

  

  destructor Destroy; override;

  

  property OnChange: TNotifyEvent; [rw]

  

published

  property TickColor: TColor; [rw]

  

  property TextColor: TColor; [rw]

  

  property TextSize: Integer; [rw]

  

  property TextFont: string; [rw]

  

  property EnableMainTicks: Boolean; [rw]

  

  property EnableSubTicks: Boolean; [rw]

  

  property EnableScaleText: Boolean; [rw]

  

  property Maximum: Integer; [rw]

  

  property MainTickCount: Integer; [rw]

  

  property SubTickCount: Integer; [rw]

  

  property LengthMainTick: Integer; [rw]

  

  property LengthSubTick: Integer; [rw]

  

  property ThicknessMainTick: Integer; [rw]

  

  property ThicknessSubTick: Integer; [rw]

  

  property TextRadius: Integer; [rw]

  

  property Angle: Integer; [rw]

  

  property EnableRangeIndicator: Boolean; [rw]

  

  property RangeMinValue: Integer; [rw]

  

  property RangeMaxValue: Integer; [rw]

  

  property RangeMinColor: TColor; [rw]

  

  property RangeMidColor: TColor; [rw]

  

  property RangeMaxColor: TColor; [rw]

  

  property RangeThickness: Integer; [rw]

  

end;

Inheritance

TDTScaleSettings

  

|

TObject



CT Web help

CodeTyphon Studio