RichTextBox for UWP/WinRT
C1TextDecorationLocation 列挙体

C1TextDecoration オブジェクトの垂直位置を指定します。
構文
'宣言
 
Public Enum C1TextDecorationLocation 
   Inherits System.Enum
public enum C1TextDecorationLocation : System.Enum 
メンバ
メンバ解説
Baselineベースラインの垂直位置。
Line行の上端の垂直位置。
OverLine上線の垂直位置。
Strikethrough取り消し線の垂直位置。
Underline下線の垂直位置。これはデフォルト値です。
継承階層

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

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