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
CollapseThreshold
|
CollapseToSmall
Permits the button shrinking to small size.
Declaration
CollapseThreshold CollapseToSmall { get; }
Property Value
CollapseThreshold
|
CurrentSize
Runtime Size of the button: small, medium and large.
Declaration
ButtonSize CurrentSize { get; }
Property Value
ButtonSize
|
LargeImage
Image for large buttons.
Declaration
ImageSource LargeImage { get; }
Property Value
System.Windows.Media.ImageSource
|
Size
Size of the button: small, medium and large.
Declaration
ButtonSize Size { get; }
Property Value
ButtonSize
|
SmallImage
Image for small and medium buttons.
Declaration
ImageSource SmallImage { get; }
Property Value
System.Windows.Media.ImageSource
|
Text
The Text part of ribbon button.
Declaration
string Text { get; }
Property Value
System.String
|
TextRow1Element
Gets the text row1 element.
Declaration
TextBlock TextRow1Element { get; }
Property Value
System.Windows.Controls.TextBlock
The text row1 element. |
TextRow2Element
Gets the text row2 element.
Declaration
TextBlock TextRow2Element { get; }
Property Value
System.Windows.Controls.TextBlock
The text row2 element. |