HypernovaDesktop Components · docs
Binarymission
WPFBackstage 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

HoverTabItemBackgroundBrushGets or sets the hover tab item background brush.
HoverTabItemBorderBrushGets or sets the hover tab item border brush.
MenuBackgroundBrushGets or sets the menu background brush.
MenuBorderBrushGets or sets the menu border brush.
MenuBorderThicknessGets or sets the menu border thickness.
MenuFontFamilyGets or sets the menu font family.
MenuFontSizeGets or sets the size of the menu font.
MenuItemHeightGets 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. //
MenuItemSelectedStateBorderThicknessGets or sets the menu item selected state border thickness.
MenuItemSelectedStateFillBrushGets or sets the menu item selected state fill brush.
MenuItemSelectionPointerStemPathDataGets or sets the menu item selection pointer stem path data.
MenuItemWidthGets or sets the width of the menu item.
HoverTabItemBackgroundBrushPropertyThe hover tab item background brush property
HoverTabItemBorderBrushPropertyThe hover tab item border brush property
MenuBackgroundBrushPropertyThe menu background brush property
MenuBorderBrushPropertyThe menu border brush property
MenuBorderThicknessPropertyThe menu border thickness property
MenuFontFamilyPropertyThe menu font family property
MenuFontSizePropertyThe menu font size property
MenuItemHeightPropertyThe menu item height property
MenuItemSelectedStateBorderBrushPropertyThe menu item selected state border brush property
MenuItemSelectedStateBorderThicknessPropertyThe menu item selected state border thickness property
MenuItemSelectedStateFillBrushPropertyThe menu item selected state fill brush property
MenuItemSelectionPointerStemPathDataPropertyThe menu item selection pointer stem path data property
MenuItemWidthPropertyThe 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.

MenuBackgroundBrush

public Brush MenuBackgroundBrush

Gets or sets the menu background brush.

Value. The menu background brush.

MenuBorderBrush

public Brush MenuBorderBrush

Gets or sets the menu border brush.

Value. The menu border brush.

MenuBorderThickness

public Thickness MenuBorderThickness

Gets or sets the menu border thickness.

Value. The menu border thickness.

MenuFontFamily

public FontFamily MenuFontFamily

Gets or sets the menu font family.

Value. The menu font family.

MenuFontSize

public double MenuFontSize

Gets or sets the size of the menu font.

Value. The size of the menu font.

MenuItemHeight

public double MenuItemHeight

Gets or sets the height of the menu item.

Value. The height of the menu item.

MenuItemSelectedStateBorderBrush

public Brush MenuItemSelectedStateBorderBrush

// Gets or sets the color of the text in the tab / menu item when the tab header is in hovered state currently. //

Value. The menu item selected state border brush.

MenuItemSelectedStateBorderThickness

public Thickness MenuItemSelectedStateBorderThickness

Gets or sets the menu item selected state border thickness.

Value. The menu item selected state border thickness.

MenuItemSelectedStateFillBrush

public Brush MenuItemSelectedStateFillBrush

Gets or sets the menu item selected state fill brush.

Value. The menu item selected state fill brush.

MenuItemSelectionPointerStemPathData

public Geometry MenuItemSelectionPointerStemPathData

Gets or sets the menu item selection pointer stem path data.

Value. The menu item selection pointer stem path data.

MenuItemWidth

public double MenuItemWidth

Gets or sets the width of the menu item.

Value. The width of the menu item.

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

MenuBackgroundBrushProperty

public static readonly DependencyProperty MenuBackgroundBrushProperty

The menu background brush property

MenuBorderBrushProperty

public static readonly DependencyProperty MenuBorderBrushProperty

The menu border brush property

MenuBorderThicknessProperty

public static readonly DependencyProperty MenuBorderThicknessProperty

The menu border thickness property

MenuFontFamilyProperty

public static readonly DependencyProperty MenuFontFamilyProperty

The menu font family property

MenuFontSizeProperty

public static readonly DependencyProperty MenuFontSizeProperty

The menu font size property

MenuItemHeightProperty

public static readonly DependencyProperty MenuItemHeightProperty

The menu item height property

MenuItemSelectedStateBorderBrushProperty

public static readonly DependencyProperty MenuItemSelectedStateBorderBrushProperty

The menu item selected state border brush property

MenuItemSelectedStateBorderThicknessProperty

public static readonly DependencyProperty MenuItemSelectedStateBorderThicknessProperty

The menu item selected state border thickness property

MenuItemSelectedStateFillBrushProperty

public static readonly DependencyProperty MenuItemSelectedStateFillBrushProperty

The menu item selected state fill brush property

MenuItemSelectionPointerStemPathDataProperty

public static readonly DependencyProperty MenuItemSelectionPointerStemPathDataProperty

The menu item selection pointer stem path data property

MenuItemWidthProperty

public static readonly DependencyProperty MenuItemWidthProperty

The menu item width property