Visavi Visual OPC .NET  

OpcBarmeter.FillColor Property

Gets or sets the fill color of the barmeter control.

[Visual Basic]
Public Property FillColor As Color

[C#]
public Color FillColor {get; set;}

[C++]
public: __property Color get_FillColor();
public: __property void set_FillColor(Color);

[JScript]
public function get FillColor() : Color;
public function set FillColor(Color);

Property Value

The color that is used to fill the bar portion of the barmeter. This color is used as a base and is shaded accordingly to give it a 3-dimensional look. The default value is 'lime green'.

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