InterfaceIRibbonButton
Interface
Abstraction for RibbonView's Button functionality.
Definition
Namespace:Telerik.UI.Xaml.Controls.RibbonView
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public interface IRibbonButton
Derived Classes:
Properties
CollapseToMedium
Permits the button shrinking to medium size.
Declaration
cs-api-definition
CollapseThreshold CollapseToMedium { get; }
Property Value
CollapseToSmall
Permits the button shrinking to small size.
Declaration
cs-api-definition
CollapseThreshold CollapseToSmall { get; }
Property Value
CurrentSize
Runtime Size of the button: small, medium and large.
LargeIcon
Image for large buttons.
Declaration
cs-api-definition
IconElement LargeIcon { get; }
Property Value
IconElement
Size
Size of the button: small, medium and large.
SmallIcon
Image for small and medium buttons.
Declaration
cs-api-definition
IconElement SmallIcon { get; }
Property Value
IconElement
Text
The Text part of ribbon button.
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.