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