[]
        
(Showing Draft Content)

C1.Blazor.Core.C1StyleLengthKind

C1StyleLengthKind Enum

The kind of C1StyleLength.

Namespace: C1.Blazor.Core
Assembly: C1.Blazor.Core.dll
Syntax
public enum C1StyleLengthKind
Public Enum C1StyleLengthKind

Fields

Name Description
Auto

The browser calculates the length.

Inherit

The length is inherited from the parent element.

Length

The length is explicitly specified.

MaxContent

The browser calculates the length based on the content.

MinContent

The browser calculates the length based on the content.