Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Style Class / LinkStyle Property

In This Topic
    LinkStyle Property
    In This Topic
    Gets the style linked to the current style.

    Styles can be paired to comprise a linked style.

    A linked style is a grouping of a paragraph style and a character style that is used in a user interface to allow the same set of formatting properties to be applied.

    Syntax
    'Declaration
     
    Public ReadOnly Property LinkStyle As Style
    public Style LinkStyle {get;}
    See Also