'宣言 Public Enum WordWrapMode Inherits System.Enum
'使用法 Dim instance As WordWrapMode
public enum WordWrapMode : System.Enum
'宣言 Public Enum WordWrapMode Inherits System.Enum
'使用法 Dim instance As WordWrapMode
public enum WordWrapMode : System.Enum
| メンバ | 解説 | 
|---|---|
| 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