ClassRadRibbonBackstageItem
Represents the RadRibbonBackstageItem control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
public class RadRibbonBackstageItem : ContentControl, IAutomationPeer, IPeerConverter, IContentControl, IControl, IRadRibbonBackstageItem, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlContentControlRadRibbonBackstageItem
Implements:
Inherited Members
Constructors
RadRibbonBackstageItem()
Initializes a new instance of the RadRibbonBackstageItem class.
Declaration
public RadRibbonBackstageItem()
Properties
IsFocused
Get the RadRibbonBackstageItem IsFocused property
IsSelectable
Get the RadRibbonBackstageItem IsSelectable property
IsSelected
Get/Set the RadRibbonBackstageItem IsSelected property
OuterBorderColor
Get the RadRibbonBackstageItem's Outer border visual state
Declaration
public IColor OuterBorderColor { get; }
Property Value
Implements
OuterBorderOpacity
Get the RadRibbonBackstageItem Outer border opacity
Declaration
public double OuterBorderOpacity { get; }
Property Value
Implements
OuterBorderVisibility
Get the RadRibbonBackstageItem outer border visibility
Declaration
public Visibility OuterBorderVisibility { get; }
Property Value
Implements
SelectedVisualStateColor
Get the RadRibbonBackstageItem selected visual state
Declaration
public IColor SelectedVisualStateColor { get; }
Property Value
Implements
SelectedVisualStateOpacity
Get the RadRibbonBackstageItem selected visual opacity
Declaration
public double SelectedVisualStateOpacity { get; }
Property Value
Implements
SelectedVisualStateVisibility
Get the RadRibbonBackstageItem checked decorator visibility
Declaration
public Visibility SelectedVisualStateVisibility { get; }
Property Value
Implements