This documentation is for the old version. Go to the latest Graphics Mill docs

ControlPoint.Y Property

Gets/sets the y-coordinate of a control point.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)

Syntax

Visual Basic
Public Overridable Property Y As Single
C#
public virtual float Y { get; set; }

Property Value

The y-coordinate of a control point.

See Also

Reference