In This Topic
Gets or sets the length of the square annotation.
Syntax
'Declaration
Public Property Length As Double
'Usage
Dim instance As Square
Dim value As Double
instance.Length = value
value = instance.Length
public double Length {get; set;}
public:
property double Length {
double get();
void set ( double value);
}
See Also