RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1Document Class / Style Property

In This Topic
    Style Property (C1Document)
    In This Topic
    Returns the style values for this C1TextElement.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Style As C1TextElementStyle
    public C1TextElementStyle Style {get;}
    See Also