Class BackstageTabControl
A custom class that provides a standalone Tab control that mimics the MS Office Backstage tab control system.
Namespace: Binarymission.WPF.Controls.Office
Assembly: Binarymission.WPF.Controls.BackstageTabControl.dll
Syntax
public class BackstageTabControl : TabControl
Constructors
BackstageTabControl()
Declaration
public BackstageTabControl()
Properties
HoverTabItemBackgroundBrush
Gets or sets the hover tab item background brush.
Declaration
public Brush HoverTabItemBackgroundBrush { get; set; }
HoverTabItemBorderBrush
Gets or sets the hover tab item border brush.
Declaration
public Brush HoverTabItemBorderBrush { get; set; }
MenuBackgroundBrush
Gets or sets the menu background brush.
Declaration
public Brush MenuBackgroundBrush { get; set; }
MenuBorderBrush
Gets or sets the menu border brush.
Declaration
public Brush MenuBorderBrush { get; set; }
MenuBorderThickness
Gets or sets the menu border thickness.
Declaration
public Thickness MenuBorderThickness { get; set; }
MenuFontFamily
Gets or sets the menu font family.
Declaration
public FontFamily MenuFontFamily { get; set; }
MenuFontSize
Gets or sets the size of the menu font.
Declaration
public double MenuFontSize { get; set; }
MenuItemHeight
Gets or sets the height of the menu item.
Declaration
public double MenuItemHeight { get; set; }
MenuItemSelectedStateBorderBrush
Gets or sets the menu item selected state border brush.
Declaration
public Brush MenuItemSelectedStateBorderBrush { get; set; }
MenuItemSelectedStateBorderThickness
Gets or sets the menu item selected state border thickness.
Declaration
public Thickness MenuItemSelectedStateBorderThickness { get; set; }
MenuItemSelectedStateFillBrush
Gets or sets the menu item selected state fill brush.
Declaration
public Brush MenuItemSelectedStateFillBrush { get; set; }
MenuItemSelectionPointerStemPathData
Gets or sets the menu item selection pointer stem path data.
Declaration
public Geometry MenuItemSelectionPointerStemPathData { get; set; }
MenuItemWidth
Gets or sets the width of the menu item.
Declaration
public double MenuItemWidth { get; set; }