RichTextBox for WPF
C1PaintLayer 列挙体

C1.WPF.RichTextBox.4.5.2 アセンブリ > C1.WPF.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.WPF.RichTextBox.C1PaintLayer

参照

C1.WPF.RichTextBox 名前空間