'宣言 Public Enum C1StyleLengthKind Inherits System.Enum
public enum C1StyleLengthKind : System.Enum
'宣言 Public Enum C1StyleLengthKind Inherits System.Enum
public enum C1StyleLengthKind : System.Enum
| メンバ | 解説 |
|---|---|
| Auto | ブラウザが長さを計算します。 |
| Inherit | 長さが親要素から継承されます。 |
| Length | 長さが明示的に指定されます。 |
| MaxContent | ブラウザがコンテンツに基づいて長さを計算します。 |
| MinContent | ブラウザがコンテンツに基づいて長さを計算します。 |
System.Object
System.ValueType
System.Enum
C1.Blazor.Core.C1StyleLengthKind