RibbonTwoLineText::TextTrimming Property
.NET Framework (current version)
Gets or sets the text trimming behavior to use when content overflows the content area.
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::TextTrimmingOne 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 | |
Metadata properties set to true | None |
.NET Framework
Available since 4.5
Available since 4.5
Show: