Style.LinkStyle 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.
Sets or returns an Object that represents a link between a paragraph and a character style. Read/write.
public:
property System::Object ^ LinkStyle { System::Object ^ get(); void set(System::Object ^ value); };
public object LinkStyle { get; set; }
member this.LinkStyle : obj with get, set
Public Property LinkStyle As Object
Property Value
Remarks
When a character style and a paragraph style are linked, the two styles take on the same character formatting.