ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.Word.Objects Namespace / RtfStyle Class / Name Property

In This Topic
    Name Property (RtfStyle)
    In This Topic
    Gets or sets name for this style.
    Syntax
    'Declaration
     
    Public Property Name As String
    public string Name {get; set;}

    Property Value

    The Word/RTF style unique text name.
    See Also