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

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