'Declaration
Public Enum C1StyleLengthKind Inherits System.Enum
public enum C1StyleLengthKind : System.Enum
'Declaration
Public Enum C1StyleLengthKind Inherits System.Enum
public enum C1StyleLengthKind : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
C1.Blazor.Core.C1StyleLengthKind