RibbonButton::Label Property
.NET Framework (current version)
Gets or sets the text that is displayed next to or below the control.
Assembly: System.Windows.Controls.Ribbon (in System.Windows.Controls.Ribbon.dll)
Property Value
Type: System::String^The text that is displayed next to or below the control. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.
Set the IsLabelVisible property on the ControlSizeDefinition to control the visibility of the label.
Identifier field | |
Metadata properties set to true | None |
The following example shows the markup used to create the first button. The Label property is set to "Paste".

Ribbon button controls
<ribbon:RibbonButton Label="Paste" Command="Paste" SmallImageSource="Images/Paste16.png" LargeImageSource="Images/Paste32.png" KeyTip="V" ToolTip="Paste (Ctrl+V)" ToolTipDescription="Paste the contents of the Clipboard into the document." />
.NET Framework
Available since 4.5
Available since 4.5
Show: