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