PrintDocument for WinForms
WordWrapMode 列挙体


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 : WordWrapMode 列挙体
Specifies how to break words when lines of text wrap.
シンタックス
'宣言
 
Public Enum WordWrapMode 
   Inherits System.Enum
'使用法
 
Dim instance As WordWrapMode
public enum WordWrapMode : System.Enum 
メンバ
メンバ解説
BreakWordA word can be split at any position if needed.
NormalDefault. 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

参照

C1.C1Preview 名前空間