BCGControlBar Library for .NET
Orientation Property (LinearGauge)




Syntax
'Declaration
 
Public Property Orientation As LinearGauge.GaugeOrientation
'Usage
 
Dim instance As LinearGauge
Dim value As LinearGauge.GaugeOrientation
 
instance.Orientation = value
 
value = instance.Orientation
public LinearGauge.GaugeOrientation Orientation {get; set;}
public: __property LinearGauge.GaugeOrientation get_Orientation();
public: __property void set_Orientation( 
   LinearGauge.GaugeOrientation value
);
public:
property LinearGauge.GaugeOrientation Orientation {
   LinearGauge.GaugeOrientation get();
   void set (    LinearGauge.GaugeOrientation value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LinearGauge Class
LinearGauge Members

Send Feedback