TextParagraphProperties::AlwaysCollapsible Property

 

Gets a value that indicates whether a formatted line can always be collapsed.

Namespace:   System.Windows.Media.TextFormatting
Assembly:  PresentationCore (in PresentationCore.dll)

public:
property bool AlwaysCollapsible {
	virtual bool get();
}

Property Value

Type: System::Boolean

true if the formatted line can always be collapsed; otherwise, false, which indicates that only formatted lines that overflow the paragraph width are collapsed. The default value is false.

.NET Framework
Available since 3.0
Return to top
Show: