[Missing <summary> documentation for "P:CoreDevices.Devices.XYStage.XYZlocation.x"]

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

Syntax

C#
public double x { get; set; }
Visual Basic (Declaration)
Public Property x As Double
Visual C++
public:
virtual property double x {
	double get () sealed;
	void set (double value) sealed;
}

Implements

IXYZlocationCom..::.x

See Also