New to Telerik UI for WPFStart a free 30-day trial

IRibbonButton

Interface

Abstraction for RibbonView's Button functionality.

Definition

Namespace:Telerik.Windows.Controls.RibbonView

Assembly:Telerik.Windows.Controls.RibbonView.dll

Syntax:

C#
public interface IRibbonButton

Derived Classes: RadRibbonButtonRadRibbonDropDownButtonRadRibbonRadioButtonRadRibbonSplitButtonRadRibbonToggleButtonRadRibbonApplicationDropDownButtonFormatPainterButton...

Properties

Permits the button shrinking to medium size.

C#
CollapseThreshold CollapseToMedium { get; }

Permits the button shrinking to small size.

C#
CollapseThreshold CollapseToSmall { get; }

Runtime Size of the button: small, medium and large.

C#
ButtonSize CurrentSize { get; }

LargeImage

ImageSource

Image for large buttons.

C#
ImageSource LargeImage { get; }

Size of the button: small, medium and large.

C#
ButtonSize Size { get; }

SmallImage

ImageSource

Image for small and medium buttons.

C#
ImageSource SmallImage { get; }

The Text part of ribbon button.

C#
string Text { get; }

Gets the text row1 element.

C#
TextBlock TextRow1Element { get; }
Property Value:

The text row1 element.

Gets the text row2 element.

C#
TextBlock TextRow2Element { get; }
Property Value:

The text row2 element.