Interface IRadRibbonTab
Inherited Members
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public interface IRadRibbonTab : IContentControl, IControl, IFrameworkElement, ITargetElement
Properties
HoveredBorderBrushColor
HoveredBorderBrushOpacity
Declaration
double HoveredBorderBrushOpacity { get; }
Property Value
System.Double
|
HoveredBorderBrushVisibility
IsSelected
Declaration
bool IsSelected { get; }
Property Value
System.Boolean
|
ItemIndex
Declaration
int ItemIndex { get; }
Property Value
System.Int32
|
SelectedBorderBrushColor
SelectedBorderBrushOpacity
Declaration
double SelectedBorderBrushOpacity { get; }
Property Value
System.Double
|
SelectedBorderBrushVisibility
TabText
Declaration
string TabText { get; }
Property Value
System.String
|
TextColor
Methods
Click()
Declaration
void Click()