Gets or sets the starting point of the line object.
'Declaration
Property Start As Point
'Usage
Dim instance As IAnnLine
Dim value As Point
instance.Start = value
value = instance.Start
property Point Start {
Point get();
void set ( Point value);
}
Property Value
A
System.Windows.Point structure that specifies the starting point of the line object.