Sets or returns the orientation of the control when the Style property is set to DigitalVU

Namespace: NDXVUMeterNET
Assembly: DXVUMeterNETGDI (in DXVUMeterNETGDI.dll) Version: 3.0.4021.33606 (3.1.0.0)

Syntax

C#
public DXVUMeterNETGDI..::..OrientationConstants Orientation { get; set; }
Visual Basic
Public Property Orientation As DXVUMeterNETGDI..::..OrientationConstants
	Get
	Set
Visual C++
public:
property DXVUMeterNETGDI..::..OrientationConstants Orientation {
	DXVUMeterNETGDI..::..OrientationConstants get ();
	void set (DXVUMeterNETGDI..::..OrientationConstants value);
}

See Also