Table of Contents
CloseTabButtonStyle Property

Gets or sets the style applied to TabItem's close button. This is a dependency property.

Syntax
 public Style CloseTabButtonStyle { get; set; }
Remarks

ShowCloseTabButton must be set to true in order to display the close button. The target type for this style is BareButton.

See here for more information on how to use this property.

See Also