ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Ellipse Class / Height Property

In This Topic
    Height Property (Ellipse)
    In This Topic
    Gets or sets the height of the Ellipse annotation.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(80)>
    Public Property Height As Single
    [DefaultValue(80)]
    public float Height {get; set;}
    See Also