Visavi Visual OPC .NET  

OpcBarmeter.BarmeterWidth Property

Gets or sets the width (in pixels) of the bar portion of the barmeter control.

[Visual Basic]
Public Property BarmeterWidth As Integer

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

[C++]
public: __property int get_BarmeterWidth();
public: __property void set_BarmeterWidth(int);

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

Property Value

The width (in pixels) of the bar portion of the barmeter control. If the property is 0, then the bar fills the entire control and the scales are hidden. The default value is 12.

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

See Also

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