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:
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; }
TextRow1Element
TextBlock
Gets the text row1 element.
C#
TextBlock TextRow1Element { get; }
The text row1 element.
TextRow2Element
TextBlock
Gets the text row2 element.
C#
TextBlock TextRow2Element { get; }
The text row2 element.