Style.LinkStyle Property

Definition

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.

Applies to