In This Topic
Gets or sets the end point of the line annotation.
Syntax
'Declaration
Public Property End As Point
'Usage
Dim instance As Line
Dim value As Point
instance.End = value
value = instance.End
public Point End {get; set;}
public:
property Point End {
Point get();
void set ( Point value);
}
See Also