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