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