WPF › Backstage Tab Control › BackstageTabControl
BackstageTabControl
class.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WPF.Controls.Office
A custom class that provides a standalone Tab control that mimics the MS Office Backstage tab control system.
public class BackstageTabControl : TabControl
Inherits from / implements: TabControl
Members at a glance
HoverTabItemBackgroundBrush | Gets or sets the hover tab item background brush. |
HoverTabItemBorderBrush | Gets or sets the hover tab item border brush. |
MenuBackgroundBrush | Gets or sets the menu background brush. |
MenuBorderBrush | Gets or sets the menu border brush. |
MenuBorderThickness | Gets or sets the menu border thickness. |
MenuFontFamily | Gets or sets the menu font family. |
MenuFontSize | Gets or sets the size of the menu font. |
MenuItemHeight | Gets or sets the height of the menu item. |
MenuItemSelectedStateBorderBrush | // Gets or sets the color of the text in the tab / menu item when the tab header is in hovered state currently. // |
MenuItemSelectedStateBorderThickness | Gets or sets the menu item selected state border thickness. |
MenuItemSelectedStateFillBrush | Gets or sets the menu item selected state fill brush. |
MenuItemSelectionPointerStemPathData | Gets or sets the menu item selection pointer stem path data. |
MenuItemWidth | Gets or sets the width of the menu item. |
HoverTabItemBackgroundBrushProperty | The hover tab item background brush property |
HoverTabItemBorderBrushProperty | The hover tab item border brush property |
MenuBackgroundBrushProperty | The menu background brush property |
MenuBorderBrushProperty | The menu border brush property |
MenuBorderThicknessProperty | The menu border thickness property |
MenuFontFamilyProperty | The menu font family property |
MenuFontSizeProperty | The menu font size property |
MenuItemHeightProperty | The menu item height property |
MenuItemSelectedStateBorderBrushProperty | The menu item selected state border brush property |
MenuItemSelectedStateBorderThicknessProperty | The menu item selected state border thickness property |
MenuItemSelectedStateFillBrushProperty | The menu item selected state fill brush property |
MenuItemSelectionPointerStemPathDataProperty | The menu item selection pointer stem path data property |
MenuItemWidthProperty | The menu item width property |
Properties
HoverTabItemBackgroundBrush
public Brush HoverTabItemBackgroundBrush
Gets or sets the hover tab item background brush.
Value. The hover tab item background brush.
HoverTabItemBorderBrush
public Brush HoverTabItemBorderBrush
Gets or sets the hover tab item border brush.
Value. The hover tab item border brush.
Fields
HoverTabItemBackgroundBrushProperty
public static readonly DependencyProperty HoverTabItemBackgroundBrushProperty
The hover tab item background brush property
HoverTabItemBorderBrushProperty
public static readonly DependencyProperty HoverTabItemBorderBrushProperty
The hover tab item border brush property