CalendarView for WinForms
StringTrimming 列挙体

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi 名前空間 : StringTrimming 列挙体
Specifies how to trim characters from a string that does not completely fit into a layout shape.
シンタックス
'宣言
 
Public Enum StringTrimming 
   Inherits System.Enum
public enum StringTrimming : System.Enum 
メンバ
メンバ解説
CharacterSpecifies that the text is trimmed to the nearest character.
EllipsisCharacterSpecifies that the text is trimmed to the nearest character, and an ellipsis is inserted at the end of a trimmed line.
EllipsisPathThe center is removed from trimmed lines and replaced by an ellipsis. The algorithm keeps as much of the last slash-delimited segment of the line as possible.
EllipsisWordSpecifies that text is trimmed to the nearest word, and an ellipsis is inserted at the end of a trimmed line.
NoneSpecifies no trimming.
WordSpecifies that text is trimmed to the nearest word.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Framework.Drawing.Gdi.StringTrimming

参照

C1.Framework.Drawing.Gdi 名前空間