Visavi Visual OPC .NET  

OpcBarmeter.Orientation Property

Gets or sets the fill color of the barmeter control.

[Visual Basic]
Public Property Orientation As Orientation

[C#]
public Orientation Orientation {get; set;}

[C++]
public: __property Orientation get_Orientation();
public: __property void set_Orientation(Orientation);

[JScript]
public function get Orientation() : Orientation;
public function set Orientation(Orientation);

Property Value

Determines the direction of the fill for the barmeter. The fill grows upward when the orientation is Vertical, the fill grow from left to right when the orientation is Horizontal. The scale's orientation change accordingly with the barmeter. The default value is Vertical.

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