Visavi Visual OPC .NET  

OpcTrackBar.HandleSize Property

Gets or sets the size of the handle for the trackbar.

[Visual Basic]
Public Property HandleSize As Size

[C#]
public Size HandleSize {get; set;}

[C++]
public: __property Size get_HandleSize();
public: __property void set_HandleSize(Size);

[JScript]
public function get HandleSize() : Size;
public function set HandleSize(Size);

Property Value

Determines the size of the handle for the trackbar (in pixels). The default size is 24,15.

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