RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1TextElementStyle Class / Values Property

In This Topic
    Values Property (C1TextElementStyle)
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Values As ICollection(Of Object)
    public ICollection<object> Values {get;}
    See Also