RichTextBox for UWP
C1PaintLayer 列挙体

C1.UWP.RichTextBox アセンブリ > C1.Xaml.RichTextBox 名前空間 : C1PaintLayer 列挙体
テキスト行内の要素を描画できるレイヤを記述します。 C1PaintingContext.PaintInlineを参照してください。
シンタックス
'宣言
 
Public Enum C1PaintLayer 
   Inherits System.Enum
public enum C1PaintLayer : System.Enum 
メンバ
メンバ解説
AboveBackgroundテキストの背景のすぐ上のレイヤ。
AboveTextテキストのすぐ上のレイヤ。
Background背景を含むレイヤ。
BelowBackgroundテキストの背景のすぐ下のレイヤ。
BelowTextテキストのすぐ下のレイヤ。
Textテキストを含むレイヤ。
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Xaml.RichTextBox.C1PaintLayer

参照

C1.Xaml.RichTextBox 名前空間