RibbonTwoLineText::TextTrimming Property

.NET Framework (current version)
 

Gets or sets the text trimming behavior to use when content overflows the content area.

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

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

Property Value

Type: System.Windows::TextTrimming

One of the enumeration values that specifies the text trimming behavior to use when content overflows the content area. The default is TextTrimming::None.

This property gets or sets the value of the TextTrimming property of the control’s internal TextBlock. For more information, see TextBlock::TextTrimming.

Identifier field

TextTrimmingProperty

Metadata properties set to true

None

.NET Framework
Available since 4.5
Return to top
Show: