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