PositionOrigin.X Property
Gets or sets the x-axis position of the position origin.
Namespace: Microsoft.Maps.MapControl.WPF
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Syntax
public double X { get; set; }
public:
property double X {
double get();
void set(double value);
}
member X : float with get, set
Public Property X As Double
Property Value
Type: System.Double
Returns Double.
See Also
PositionOrigin Structure
Microsoft.Maps.MapControl.WPF Namespace
Return to top