ComponentOne Studio for WinRT XAML
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 名前空間

 

 


Copyright © GrapeCity inc. All rights reserved.