'Declaration
Public Enum C1StyleWhiteSpace Inherits System.Enum
public enum C1StyleWhiteSpace : System.Enum
'Declaration
Public Enum C1StyleWhiteSpace Inherits System.Enum
public enum C1StyleWhiteSpace : System.Enum
Member | Description |
---|---|
Normal | Sequences of whitespace will collapse into a single whitespace. Text will wrap when necessary. |
NoWrap | Sequences of whitespace will collapse into a single whitespace. Text will never wrap to the next line. The text continues on the same line until a <br> tag is encountered |
Pre | Whitespace is preserved by the browser. Text will only wrap on line breaks. Acts like the <pre> tag in HTML. |
PreLine | Sequences of whitespace will collapse into a single whitespace. Text will wrap when necessary, and on line breaks. |
PreWrap | Whitespace is preserved by the browser. Text will wrap when necessary, and on line breaks. |
System.Object
System.ValueType
System.Enum
C1.Blazor.Core.C1StyleWhiteSpace