Class TabControl
A custom TabControl class that provides extended set of features.
Namespace: Binarymission.WPF.Controls.Containers
Assembly: Binarymission.WPF.Controls.TabControl.dll
Syntax
public class TabControl : TabControl
Constructors
TabControl()
Declaration
public TabControl()
Properties
AddNewItemButtonBackground
Gets or sets the add new item button background.
Declaration
public Brush AddNewItemButtonBackground { get; set; }
AddNewItemContentBrush
Gets or sets the add new item content brush.
Declaration
public Brush AddNewItemContentBrush { get; set; }
AddNewTabItemTooltipText
Gets or sets the add new tab item tooltip text.
Declaration
public string AddNewTabItemTooltipText { get; set; }
ButtonLeftArrowGeometryPathFillBrush
Gets or sets the button left arrow geometry path fill brush.
Declaration
public Brush ButtonLeftArrowGeometryPathFillBrush { get; set; }
ButtonLeftArrowGeometryPathStrokeBrush
Gets or sets the button left arrow geometry path stroke brush.
Declaration
public Brush ButtonLeftArrowGeometryPathStrokeBrush { get; set; }
ButtonRightArrowGeometryPathFillBrush
Gets or sets the button right arrow geometry path fill brush.
Declaration
public Brush ButtonRightArrowGeometryPathFillBrush { get; set; }
ButtonRightArrowGeometryPathStrokeBrush
Gets or sets the button right arrow geometry path stroke brush.
Declaration
public Brush ButtonRightArrowGeometryPathStrokeBrush { get; set; }
CloseButtonCrossMarkColorBrush
Gets or sets the close button cross mark color brush.
Declaration
public Brush CloseButtonCrossMarkColorBrush { get; set; }
CloseButtonStrokeBrush
Gets or sets the close button stroke brush.
Declaration
public Brush CloseButtonStrokeBrush { get; set; }
CloseTabTooltipText
Gets or sets the close tab tooltip text.
Declaration
public string CloseTabTooltipText { get; set; }
RenderingMode
Gets or sets the rendering mode.
Declaration
public TabControlRenderingMode RenderingMode { get; set; }
ScrollButtonBrush
Gets or sets the scroll button brush.
Declaration
public Brush ScrollButtonBrush { get; set; }
ScrollButtonOnMouseOverBrush
Gets or sets the scroll button on mouse over brush.
Declaration
public Brush ScrollButtonOnMouseOverBrush { get; set; }
TabControlBackground
Gets or sets the tab control background.
Declaration
public Brush TabControlBackground { get; set; }
TabItemBorderBrush
Gets or sets the tab item border brush.
Declaration
public Brush TabItemBorderBrush { get; set; }
TabItemBorderOnMouseOverBrush
Gets or sets the tab item border on mouse over brush.
Declaration
public Brush TabItemBorderOnMouseOverBrush { get; set; }
TabItemCloseButtonFillOnMouseOverBrush
Gets or sets the tab item close button fill on mouse over brush.
Declaration
public Brush TabItemCloseButtonFillOnMouseOverBrush { get; set; }
TabItemControlTemplate
Gets or sets the tab item control template.
Declaration
public ControlTemplate TabItemControlTemplate { get; set; }
TabItemFillOnMouseOverBrush
Gets or sets the tab item fill on mouse over brush.
Declaration
public Brush TabItemFillOnMouseOverBrush { get; set; }
TabItemPathBrush
Gets or sets the tab item path brush.
Declaration
public Brush TabItemPathBrush { get; set; }
TabItemSelectedFill
Gets or sets the tab item selected fill.
Declaration
public Brush TabItemSelectedFill { get; set; }
TabItemTextForeground
Gets or sets the tab item text foreground.
Declaration
public Brush TabItemTextForeground { get; set; }