Gets or sets the orientation of Slider.

Namespace:  CoreDevices.DeviceControls
Assembly:  Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Orientation Orientation { get; set; }
Visual Basic (Declaration)
Public Property Orientation As Orientation
Visual C++
public:
property Orientation Orientation {
	Orientation get ();
	void set (Orientation value);
}

Field Value

The orientation.

See Also