Table of Contents
NewTabButtonStyle Property

Gets or sets the Style for the new tab button. This is a dependency property.

Syntax
 public Style NewTabButtonStyle { get; set; }
Remarks

When ShowNewTabButton is set to true, the TabControl displays an additional button of type BareButton next to the last tab item. Clicking that button triggers the NewItemAdded event if the TabControl Items collection is being populated explicitly, or the NewItemRequested event if ItemsSource is used instead.

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

See Also