AccessText::TextTrimming Property

 

Gets or sets how the textual content of an AccessText element is clipped if it overflows the line box.

Namespace:   System.Windows.Controls
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
property TextTrimming TextTrimming {
	TextTrimming get();
	void set(TextTrimming value);
}

Property Value

Type: System.Windows::TextTrimming

The trimming behavior to use. The default is None

For more information and for a list of text trimming options, see TextTrimming.

.NET Framework
Available since 3.0
Return to top
Show: