Line Property (RenderLine)
In This Topic
Gets the
LineProps object describing the geometric line represented by the current
RenderLine object. The coordinates of the line are relative to the left top corner of the current
RenderLine object.
Syntax
'Declaration
Public Shadows ReadOnly Property Line As LineProps
public new LineProps Line {get;}
See Also