Visavi Visual OPC .NET  

OpcTrackBar.ScaleRecess Property

Gets or sets the length (in pixels) that the scale (and barmeter) is recessed from the end of the control.

[Visual Basic]
Public Property ScaleRecess As Integer

[C#]
public int ScaleRecess {get; set;}

[C++]
public: __property int get_ScaleRecess();
public: __property void set_ScaleRecess(int);

[JScript]
public function get ScaleRecess() : int;
public function set ScaleRecess(int);

Property Value

The the length (in pixels) that the scale (and barmeter) is recessed from the end of the control. The default value is 0.

Remarks

This property may be used to better center the end labels on the scale ticks, especially when the barmeter's Orientation is Horizontal .

Platforms: Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

OpcTrackBar Class | OpcTrackBar Members | Visavi.Opc.Client.Forms Namespace