Summary
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 | Constant Value | Summary |
---|---|---|
Close |
static
|
|
Close |
static
|
|
Close |
static
|
|
Close |
static
|
Properties
Name | Value | 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.
|
Close |
object |
Gets/sets the command parameter which is passed to the close button command.
|