RichTextBox for UWP/WinRT
TextMarkerStyle 列挙体

C1List 項目の行頭文字の外観を記述します。
構文
'宣言
 
Public Enum TextMarkerStyle 
   Inherits System.Enum
public enum TextMarkerStyle : System.Enum 
メンバ
メンバ解説
Box塗りつぶした四角形が表示されます。
Circle白抜きの丸が表示されます。
Decimal十進数が表示されます。
Disc塗りつぶした丸が表示されます。
LowerLatin小文字の ASCII 文字が表示されます。
LowerRoman小文字のローマ数字が表示されます。
Noneマーカーは表示されません。
Square白抜きの四角形が表示されます。
UpperLatin大文字の ASCII 文字が表示されます。
UpperRoman大文字のローマ数字が表示されます。
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Xaml.RichTextBox.Documents.TextMarkerStyle

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

C1.Xaml.RichTextBox.Documents 名前空間

Send Feedback