Height Property (Rectangle)
In This Topic
Gets or sets the height of rectangle annotation.
Syntax
'Declaration
<C1DescriptionAttribute("Annotation.Rectangle.Height", "Gets or sets the height of rectangle annotation.")>
Public Property Height As Double
[C1Description("Annotation.Rectangle.Height", "Gets or sets the height of rectangle annotation.")]
public double Height {get; set;}
See Also