Class RadRibbonButton
Inherited Members
Namespace: Telerik.UI.Xaml.Controls
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RadRibbonButton : RadButton, ICommandSource, IRibbonButton, IVariantControl
Constructors
RadRibbonButton()
Declaration
public RadRibbonButton()
Fields
CollapseToMediumProperty
Declaration
public static readonly DependencyProperty CollapseToMediumProperty
Field Value
Microsoft.
|
CollapseToSmallProperty
Declaration
public static readonly DependencyProperty CollapseToSmallProperty
Field Value
Microsoft.
|
CurrentSizeProperty
Declaration
public static readonly DependencyProperty CurrentSizeProperty
Field Value
Microsoft.
|
IsAutoSizeProperty
Declaration
public static readonly DependencyProperty IsAutoSizeProperty
Field Value
Microsoft.
|
LargeIconProperty
Declaration
public static readonly DependencyProperty LargeIconProperty
Field Value
Microsoft.
|
SizeProperty
Declaration
public static readonly DependencyProperty SizeProperty
Field Value
Microsoft.
|
SmallIconProperty
Declaration
public static readonly DependencyProperty SmallIconProperty
Field Value
Microsoft.
|
SplitTextProperty
Declaration
public static readonly DependencyProperty SplitTextProperty
Field Value
Microsoft.
|
TextProperty
Declaration
public static readonly DependencyProperty TextProperty
Field Value
Microsoft.
|
TextRow1Property
Declaration
public static readonly DependencyProperty TextRow1Property
Field Value
Microsoft.
|
TextRow2Property
Declaration
public static readonly DependencyProperty TextRow2Property
Field Value
Microsoft.
|
Properties
CollapseToMedium
Declaration
public CollapseThreshold CollapseToMedium { get; set; }
Property Value
Implements
CollapseToSmall
Declaration
public CollapseThreshold CollapseToSmall { get; set; }
Property Value
Implements
CurrentSize
Declaration
public ButtonSize CurrentSize { get; }
Property Value
Implements
IsAutoSize
Declaration
public bool IsAutoSize { get; set; }
Property Value
System.
|
LargeIcon
Declaration
public IconElement LargeIcon { get; set; }
Property Value
Microsoft.
|
Implements
Size
Declaration
public ButtonSize Size { get; set; }
Property Value
Implements
SmallIcon
Declaration
public IconElement SmallIcon { get; set; }
Property Value
Microsoft.
|
Implements
SplitText
Declaration
public bool SplitText { get; set; }
Property Value
System.
|
Text
Declaration
public string Text { get; set; }
Property Value
System.
|
Implements
TextRow1
Declaration
public string TextRow1 { get; }
Property Value
System.
|
TextRow2
Declaration
public string TextRow2 { get; }
Property Value
System.
|
Methods
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
Microsoft.
|
Overrides
OnGotFocus(RoutedEventArgs)
Declaration
protected override void OnGotFocus(RoutedEventArgs e)
Parameters
Microsoft.
|
OnLostFocus(RoutedEventArgs)
Declaration
protected override void OnLostFocus(RoutedEventArgs e)
Parameters
Microsoft.
|
OnPointerExited(PointerRoutedEventArgs)
Declaration
protected override void OnPointerExited(PointerRoutedEventArgs e)
Parameters
Microsoft.
|
SetVariant(RibbonGroupVariant)
Declaration
public void SetVariant(RibbonGroupVariant variant)
Parameters
Ribbon
|
Implements
Explicit Interface Implementations
IRibbonButton.TextRow1Element
Declaration
TextBlock IRibbonButton.TextRow1Element { get; }
Returns
Microsoft.
|
Implements
IRibbonButton.TextRow2Element
Declaration
TextBlock IRibbonButton.TextRow2Element { get; }
Returns
Microsoft.
|