[]
        
(Showing Draft Content)

C1.Blazor.Core.C1Style.Height

Height Property

Height

The height property sets the height of an element.

Declaration
public C1StyleLength? Height { get; set; }
Public Property Height As C1StyleLength?
Remarks

The height of an element does not include padding, borders, or margins. If height: auto; the element will automatically adjust its height to allow its content to be displayed correctly. If height is set to a numeric value (like pixels, (r)em, percentages) then if the content does not fit within the specified height, it will overflow. How the container will handle the overflowing content is defined by the overflow property. The MinHeight and MaxHeight properties override the Height property.