Search
Control.Y Property
See Also
 





Gets or sets the y-coordinate of the control point.

Namespace: MindFusion.Vsx
Assembly: MindFusion.Vsx

 Syntax

C#  Copy Code

public Object Y { get; set; }

Visual Basic  Copy Code

Public Property Y As Object

 Property Value

An object evaluating to a double value.

 See Also