RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1PaintLayer Enumeration

In This Topic
    C1PaintLayer Enumeration
    In This Topic
    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.WPF.RichTextBox.C1PaintLayer

    See Also