[]
The kind of C1StyleLength.
public enum C1StyleLengthKind
Public Enum C1StyleLengthKind
| 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. |