Manipulation2DStartedEventArgs.OriginY Property

Definition

Gets the y-coordinate of the origin.

public:
 property float OriginY { float get(); };
public float OriginY { get; }
member this.OriginY : single
Public ReadOnly Property OriginY As Single

Property Value

The y-coordinate of the origin.

Remarks

The origin point represented by the OriginX and OriginY properties is the average position of all manipulators associated with an element.

Applies to