Paragraph.CollapsedState Property

Definition

Returns or sets whether the specified paragraph is currently in a collapsed state. Read-write Boolean (bool in C#).

public:
 property bool CollapsedState { bool get(); void set(bool value); };
public bool CollapsedState { get; set; }
member this.CollapsedState : bool with get, set
Public Property CollapsedState As Boolean

Property Value

Applies to