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

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