Interface IRibbonButton
Abstraction for RibbonView's Button functionality.
Namespace: Telerik.Windows.Controls.RibbonView
Assembly: Telerik.Windows.Controls.RibbonView.dll
Syntax
public interface IRibbonButton
Properties
CollapseToMedium
Permits the button shrinking to medium size.
Declaration
CollapseThreshold CollapseToMedium { get; }
Property Value
CollapseToSmall
Permits the button shrinking to small size.
Declaration
CollapseThreshold CollapseToSmall { get; }
Property Value
CurrentSize
Runtime Size of the button: small, medium and large.
Declaration
ButtonSize CurrentSize { get; }
Property Value
LargeImage
Image for large buttons.
Declaration
ImageSource LargeImage { get; }
Property Value
System.
|
Size
Size of the button: small, medium and large.
Declaration
ButtonSize Size { get; }
Property Value
SmallImage
Image for small and medium buttons.
Declaration
ImageSource SmallImage { get; }
Property Value
System.
|
Text
The Text part of ribbon button.
Declaration
string Text { get; }
Property Value
System.
|
TextRow1Element
Gets the text row1 element.
Declaration
TextBlock TextRow1Element { get; }
Property Value
System. The text row1 element. |
TextRow2Element
Gets the text row2 element.
Declaration
TextBlock TextRow2Element { get; }
Property Value
System. The text row2 element. |