BaseMetroTabControl Class

Summary

A base class for every MetroTabControl (Pivot).
graph BT Type-->Base0["TabControlEx"] Type["BaseMetroTabControl"] class Type type-node Derived0["MetroAnimatedTabControl"]-->Type click Derived0 "/api/MahApps.Metro.Controls/MetroAnimatedTabControl" Derived1["MetroAnimatedSingleRowTabControl"]-->Type click Derived1 "/api/MahApps.Metro.Controls/MetroAnimatedSingleRowTabControl" Derived2["MetroTabControl"]-->Type click Derived2 "/api/MahApps.Metro.Controls/MetroTabControl"

Syntax

public abstract class BaseMetroTabControl : TabControlEx

Events

Name Type Summary
TabItemClosingEvent BaseMetroTabControl.TabItemClosingEventHandler
An event that is raised when a TabItem is closed.

Fields

Name Constant Value Summary
CloseTabCommandProperty
static
TabStripMarginProperty
static

Properties

Name Value Summary
CloseTabCommand ICommand
Get/sets the command that executes when a MetroTabItem's close button is clicked.
TabStripMargin Thickness

Methods