Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1Style Class / MinHeight Property

In This Topic
    MinHeight Property (C1Style)
    In This Topic
    The min-height property defines the minimum height of an element.
    Syntax
    'Declaration
     
    
    Public Property MinHeight As Nullable(Of C1StyleLength)
    public Nullable<C1StyleLength> MinHeight {get; set;}
    Remarks
    If the content is smaller than the minimum height, the minimum height will be applied. If the content is larger than the minimum height, the min-height property has no effect. This prevents the value of the Height property from becoming smaller than MinHeight.
    See Also