ComponentOne RichTextBox for UWP
C1PaintLayer Enumeration

C1.Xaml.RichTextBox Namespace : C1PaintLayer Enumeration
Describes the layers where an element can be painted inside a text line. See C1PaintingContext.PaintInline.
Syntax
'Declaration
 
Public Enum C1PaintLayer 
   Inherits System.Enum
public enum C1PaintLayer : System.Enum 
Members
MemberDescription
AboveBackgroundThe layer directly above the text background.
AboveTextThe layer directly above the text.
BackgroundThe layer containing the background.
BelowBackgroundThe layer directly below the text background.
BelowTextThe layer directly below the text.
TextThe layer containing the text.
Inheritance Hierarchy

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

See Also

Reference

C1.Xaml.RichTextBox Namespace