MetroTabItem Class
An extended TabItem with a metro style.
Namespace
MahApps.Metro.Controls
Base Types
  • TabItem
graph BT Type-->Base0["TabItem"] Type["MetroTabItem"] class Type type-node

Syntax

public class MetroTabItem : TabItem

Constructors

Name Summary
MetroTabItem()

Fields

Name Field Type Constant Value Summary
CloseButtonEnabledProperty DependencyProperty
static
CloseButtonMarginProperty DependencyProperty
static
CloseTabCommandParameterProperty DependencyProperty
static
CloseTabCommandProperty DependencyProperty
static

Properties

Name Property Type Summary
CloseButtonEnabled bool
Gets/sets whether the Close Button is visible.
CloseButtonMargin Thickness
Gets/sets the Close Button Margin.
CloseTabCommand ICommand
Gets/sets the command that is executed when the Close Button is clicked.
CloseTabCommandParameter object
Gets/sets the command parameter which is passed to the close button command.