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 "/mahapps.metro.docs.wyam/api/MahApps.Metro.Controls/MetroAnimatedTabControl" Derived1["MetroTabControl"]-->Type click Derived1 "/mahapps.metro.docs.wyam/api/MahApps.Metro.Controls/MetroTabControl" Derived2["MetroAnimatedSingleRowTabControl"]-->Type click Derived2 "/mahapps.metro.docs.wyam/api/MahApps.Metro.Controls/MetroAnimatedSingleRowTabControl"

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