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