Style.Linked Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets a Boolean that represents whether a style is a linked style that can be used for both paragraph and character formatting. Read-only.
public:
property bool Linked { bool get(); };
public bool Linked { get; }
member this.Linked : bool
Public ReadOnly Property Linked As Boolean
Property Value
Boolean
Remarks
True indicates that the Style Type option in the Modify Style dialog box is set to "Linked (paragraph and character)".