In This Topic
Gets or sets the end point of line annotation.
Syntax
'Declaration
<C1DescriptionAttribute("Annotation.Line.End", "Gets or sets the end point of line annotation.")>
Public Property End As PointF
[C1Description("Annotation.Line.End", "Gets or sets the end point of line annotation.")]
public PointF End {get; set;}
See Also