ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / RectangleTagHelper Class / Width Property

In This Topic
    Width Property (RectangleTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Rectangle.Width. Sets the width of the Rectangle annotation.
    Syntax
    'Declaration
     
    Public Property Width As Single
    public float Width {get; set;}
    See Also