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

In This Topic
    Name Property (C1Document)
    In This Topic
    Gets or sets the name for this text element.
    Syntax
    'Declaration
     
    
    Public Property Name As String
    public string Name {get; set;}
    See Also