'Declaration Public Enum WordWrapMode Inherits System.Enum
public enum WordWrapMode : System.Enum
'Declaration Public Enum WordWrapMode Inherits System.Enum
public enum WordWrapMode : System.Enum
Member | Description |
---|---|
BreakWord | A word can be split at any position if needed. |
Normal | Default. A word is not split unless it is too long to fit within the boundaries of the container by itself. |
System.Object
System.ValueType
System.Enum
C1.C1Preview.WordWrapMode