Manipulation2DCompletedEventArgs.OriginY Property

Definition

Gets the new y-coordinate of the composite position of the manipulation.

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

Property Value

The new y-coordinate of the composite position of the manipulation.

Remarks

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

Applies to