다음을 통해 공유


TextParagraphProperties.AlwaysCollapsible 속성

정의

서식 있는 줄이 항상 축소 가능한지 여부를 나타내는 값을 가져옵니다.

public:
 virtual property bool AlwaysCollapsible { bool get(); };
public virtual bool AlwaysCollapsible { get; }
member this.AlwaysCollapsible : bool
Public Overridable ReadOnly Property AlwaysCollapsible As Boolean

속성 값

Boolean

서식 있는 줄이 항상 축소 가능하면 true 이고, 단락 너비를 오버플로하는 서식 있는 줄만 축소되면 false입니다. 기본값은 false입니다.

적용 대상