MetroAnimatedTabControl Class
A MetroTabControl (Pivot) that uses a TransitioningContentControl to animate the contents of a TabItem/MetroTabItem.
Namespace
MahApps.Metro.Controls
Base Types
graph BT Type-->Base0["BaseMetroTabControl"] click Base0 "/mahapps.com/api/MahApps.Metro.Controls/BaseMetroTabControl" Base0-->Base1["TabControlEx"] Type["MetroAnimatedTabControl"] class Type type-node

Syntax

public class MetroAnimatedTabControl : BaseMetroTabControl

Constructors

Name Summary
MetroAnimatedTabControl() Initializes a new instance of the MahApps.Metro.Controls.MetroAnimatedTabControl class.

Events

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

Fields

Name Field Type Constant Value Summary
CloseTabCommandProperty DependencyProperty
Inherited from BaseMetroTabControl
static
TabStripMarginProperty DependencyProperty
Inherited from BaseMetroTabControl
static

Properties

Name Property Type Summary
CloseTabCommand ICommand
Get/sets the command that executes when a MetroTabItem's close button is clicked.
Inherited from BaseMetroTabControl
TabStripMargin Thickness
Inherited from BaseMetroTabControl

Methods