Share via


PositionOrigin.Y Property

 

Gets or sets the y-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 Y { get; set; }
public:
property double Y {
    double get();
    void set(double value);
}
member Y : float with get, set
Public Property Y As Double

Property Value

Type: System.Double

Returns Double.

See Also

PositionOrigin Structure
Microsoft.Maps.MapControl.WPF Namespace

Return to top