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

In This Topic
    Height Property (PlotAreaTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.PlotArea.Height. Sets height of the plot area. The height can be specified as number(sets the height in pixels) or string in the format '{number}*' (star sizing).
    Syntax
    'Declaration
     
    Public Property Height As String
    public string Height {get; set;}
    See Also