Interface
IRibbonButton

Abstraction for RibbonView's Button functionality.

Definition

Namespace:Telerik.Windows.Controls.RibbonView

Assembly:Telerik.Windows.Controls.RibbonView.dll

Syntax:

cs-api-definition
public interface IRibbonButton

Properties

CollapseToMedium

Permits the button shrinking to medium size.

Declaration

cs-api-definition
CollapseThreshold CollapseToMedium { get; }

Property Value

CollapseThreshold

CollapseToSmall

Permits the button shrinking to small size.

Declaration

cs-api-definition
CollapseThreshold CollapseToSmall { get; }

Property Value

CollapseThreshold

CurrentSize

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

Declaration

cs-api-definition
ButtonSize CurrentSize { get; }

Property Value

ButtonSize

LargeImage

Image for large buttons.

Declaration

cs-api-definition
ImageSource LargeImage { get; }

Property Value

ImageSource

Size

Size of the button: small, medium and large.

Declaration

cs-api-definition
ButtonSize Size { get; }

Property Value

ButtonSize

SmallImage

Image for small and medium buttons.

Declaration

cs-api-definition
ImageSource SmallImage { get; }

Property Value

ImageSource

Text

The Text part of ribbon button.

Declaration

cs-api-definition
string Text { get; }

Property Value

string

TextRow1Element

Gets the text row1 element.

Declaration

cs-api-definition
TextBlock TextRow1Element { get; }

Property Value

TextBlock

The text row1 element.

TextRow2Element

Gets the text row2 element.

Declaration

cs-api-definition
TextBlock TextRow2Element { get; }

Property Value

TextBlock

The text row2 element.