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

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

    Property Value

    The Word/RTF style text title.
    See Also