Y Property (RenderNodeEventArgs)
In This Topic
Gets the top let y-coordinate of the node rectangle.
Syntax
'Declaration
<C1DescriptionAttribute("RenderNodeEventArgs.Y", "Gets the top left y-coordinate of the node rectangle.")>
Public ReadOnly Property Y As Double
[C1Description("RenderNodeEventArgs.Y", "Gets the top left y-coordinate of the node rectangle.")]
public double Y {get;}
See Also