In This Article

AdvancedTabItem Class

Represents a tab item for use in an AdvancedTabControl.

[TemplateVisualState(Name = "None", GroupName = "HighlightStates")]
[TemplateVisualState(Name = "PointerOver", GroupName = "HighlightStates")]
[TemplateVisualState(Name = "ActiveSelected", GroupName = "HighlightStates")]
[TemplateVisualState(Name = "InactiveSelected", GroupName = "HighlightStates")]
[TemplateVisualState(Name = "Preview", GroupName = "HighlightStates")]
[TemplateVisualState(Name = "PreviewActiveSelected", GroupName = "HighlightStates")]
[TemplateVisualState(Name = "PreviewPointerOver", GroupName = "HighlightStates")]
[TemplateVisualState(Name = "NormalLayout", GroupName = "LayoutKindStates")]
[TemplateVisualState(Name = "PinnedLayout", GroupName = "LayoutKindStates")]
[TemplateVisualState(Name = "PreviewLayout", GroupName = "LayoutKindStates")]
[TemplateVisualState(Name = "Editable", GroupName = "ReadOnlyStates")]
[TemplateVisualState(Name = "ReadOnly", GroupName = "ReadOnlyStates")]
public class AdvancedTabItem : TabItem
Inheritance:
object Visual UIElement FrameworkElement Control ContentControl HeaderedContentControl TabItem object
Derived:
DockingWindowContainerTabItem

Constructors

AdvancedTabItem()

Initializes an instance of the AdvancedTabItem class.

public AdvancedTabItem()

Properties

AreEmbeddedButtonsAlwaysVisible

Gets or sets whether embedded buttons are always visible, even when the tab is unselected.

public bool AreEmbeddedButtonsAlwaysVisible { get; set; }

Property Value

bool:

true if embedded buttons are always visible, even when the tab is unselected; otherwise, false. The default value is false.

ArrangeHeightAnimated

Gets or sets the arrange height of the tab. This property is for internal use only.

public double ArrangeHeightAnimated { get; set; }

Property Value

double:

The arrange height of the tab.

ArrangeWidthAnimated

Gets or sets the arrange width of the tab. This property is for internal use only.

public double ArrangeWidthAnimated { get; set; }

Property Value

double:

The arrange width of the tab.

ArrangeXAnimated

Gets or sets the arrange x-coordinate of the tab. This property is for internal use only.

public double ArrangeXAnimated { get; set; }

Property Value

double:

The arrange x-coordinate of the tab.

ArrangeYAnimated

Gets or sets the arrange y-coordinate of the tab. This property is for internal use only.

public double ArrangeYAnimated { get; set; }

Property Value

double:

The arrange y-coordinate of the tab.

BackgroundActiveSelected

Gets or sets the control's background Brush to use when the tab is selected and its content is active.

public Brush BackgroundActiveSelected { get; set; }

Property Value

Brush:

The background Brush.

BackgroundInactiveSelected

Gets or sets the control's background Brush to use when the tab is selected and its content is inactive.

public Brush BackgroundInactiveSelected { get; set; }

Property Value

Brush:

The background Brush.

BackgroundPointerOver

Gets or sets the control's background Brush to use when the pointer is over it.

public Brush BackgroundPointerOver { get; set; }

Property Value

Brush:

The background Brush.

BackgroundPreview

Gets or sets the control's background Brush to use when the tab is a preview tab.

public Brush BackgroundPreview { get; set; }

Property Value

Brush:

The background Brush.

BackgroundPreviewActiveSelected

Gets or sets the control's background Brush to use when the tab is a preview tab, is selected, and its content is active.

public Brush BackgroundPreviewActiveSelected { get; set; }

Property Value

Brush:

The background Brush.

BackgroundPreviewPointerOver

Gets or sets the control's border Brush to use when the tab is a preview tab and the pointer is over it.

public Brush BackgroundPreviewPointerOver { get; set; }

Property Value

Brush:

The background Brush.

BorderBrushActiveSelected

Gets or sets the control's border Brush to use when the tab is selected and its content is active.

public Brush BorderBrushActiveSelected { get; set; }

Property Value

Brush:

The border Brush.

BorderBrushInactiveSelected

Gets or sets the control's border Brush to use when the tab is selected and its content is inactive.

public Brush BorderBrushInactiveSelected { get; set; }

Property Value

Brush:

The border Brush.

BorderBrushPointerOver

Gets or sets the control's border Brush to use when the pointer is over it.

public Brush BorderBrushPointerOver { get; set; }

Property Value

Brush:

The border Brush.

BorderBrushPreview

Gets or sets the control's border Brush to use when the tab is a preview tab.

public Brush BorderBrushPreview { get; set; }

Property Value

Brush:

The border Brush.

BorderBrushPreviewActiveSelected

Gets or sets the control's border Brush to use when the tab is a preview tab, is selected, and its content is active.

public Brush BorderBrushPreviewActiveSelected { get; set; }

Property Value

Brush:

The border Brush.

BorderBrushPreviewPointerOver

Gets or sets the control's border Brush to use when the tab is a preview tab and the pointer is over it.

public Brush BorderBrushPreviewPointerOver { get; set; }

Property Value

Brush:

The border Brush.

CanClose

Gets or sets whether the tab displays an embedded close button.

public bool CanClose { get; set; }

Property Value

bool:

true if the tab displays an embedded close button; otherwise, false. The default value is true.

CanHighlightOnPointerOverWhenInactive

Gets or sets whether the tab can highlight when the pointer is over it and it is inactive.

public bool CanHighlightOnPointerOverWhenInactive { get; set; }

Property Value

bool:

true if the tab can highlight when the pointer is over it and it is inactive; otherwise, false. The default value is false.

CanPin

Gets or sets whether the tab displays an embedded pin button.

public bool CanPin { get; set; }

Property Value

bool:

true if the tab displays an embedded pin button; otherwise, false. The default value is false.

CanPromote

Gets or sets whether the tab displays an embedded promote from preview layout kind button.

public bool CanPromote { get; set; }

Property Value

bool:

true if the tab displays an embedded promote from preview layout kind button; otherwise, false. The default value is true.

CloseButtonContentTemplate

Gets or sets the DataTemplate to use for the close button content.

public DataTemplate CloseButtonContentTemplate { get; set; }

Property Value

DataTemplate:

The DataTemplate to use for the close content.

CloseCommand

Gets the ICommand that can be used to close the tab.

public ICommand CloseCommand { get; }

Property Value

ICommand:

The ICommand that can be used to close the tab.

ContextContent

Gets the contextual content to display.

public object ContextContent { get; }

Property Value

object:

The contextual content to display.

ContextContentTemplate

Gets or sets the DataTemplate to use for displaying contextual content.

public DataTemplate ContextContentTemplate { get; set; }

Property Value

DataTemplate:

The DataTemplate to use for displaying contextual content.

CornerRadius

Gets or sets the corner radius of the tab border, relative to a top-facing tab.

public CornerRadius CornerRadius { get; set; }

Property Value

CornerRadius:

The corner radius of the tab border, relative to a top-facing tab.

EmbeddedButtonStyle

Gets or sets the Style to use for embedded buttons.

public Style EmbeddedButtonStyle { get; set; }

Property Value

Style:

The Style to use for embedded buttons.

FarSlantExtent

Gets or sets the far side slant extent of the tab.

public double FarSlantExtent { get; set; }

Property Value

double:

The far side slant extent of the tab, or 0.0 for no slant. The default value is 0.0.

FlashColor

Gets or sets the flash color to use if flashing is enabled.

public Color FlashColor { get; set; }

Property Value

Color:

The flash color to use if flashing is enabled. The default value is #80FFA000.

FlashMode

Gets or sets the flash mode for the tab.

public TabFlashMode FlashMode { get; set; }

Property Value

TabFlashMode:

The flash mode for the tab.

ForegroundActiveSelected

Gets or sets the control's foreground Brush to use when the tab is selected and its content is active.

public Brush ForegroundActiveSelected { get; set; }

Property Value

Brush:

The foreground Brush.

ForegroundInactiveSelected

Gets or sets the control's foreground Brush to use when the tab is selected and its content is inactive.

public Brush ForegroundInactiveSelected { get; set; }

Property Value

Brush:

The foreground Brush.

ForegroundPointerOver

Gets or sets the control's foreground Brush to use when the pointer is over it.

public Brush ForegroundPointerOver { get; set; }

Property Value

Brush:

The foreground Brush.

ForegroundPreview

Gets or sets the control's foreground Brush to use when the tab is a preview tab.

public Brush ForegroundPreview { get; set; }

Property Value

Brush:

The foreground Brush.

ForegroundPreviewActiveSelected

Gets or sets the control's foreground Brush to use when the tab is a preview tab, is selected, and its content is active.

public Brush ForegroundPreviewActiveSelected { get; set; }

Property Value

Brush:

The foreground Brush.

ForegroundPreviewPointerOver

Gets or sets the control's foreground Brush to use when the tab is a preview tab and the pointer is over it.

public Brush ForegroundPreviewPointerOver { get; set; }

Property Value

Brush:

The foreground Brush.

HasCloseButton

Gets whether the tab has an embedded close button based on its current state.

public bool HasCloseButton { get; }

Property Value

bool:

true if the tab has an embedded close button based on its current state; otherwise, false. The default value is false.

Remarks

When this property is true, space is reserved in the tab for the close button. The actual visibility of the close button depends on the IsCloseButtonVisible property.

HasToggleLayoutKindButton

Gets whether the tab has an embedded toggle layout kind button based on its current state.

public bool HasToggleLayoutKindButton { get; }

Property Value

bool:

true if the tab has an embedded toggle layout kind button based on its current state; otherwise, false. The default value is false.

Remarks

When this property is true, space is reserved in the tab for the toggle layout kind button. The actual visibility of the toggle layout kind button depends on the IsToggleLayoutKindButtonVisible property.

HighlightKind

Gets a TabHighlightKind indicating the kind of highlight to apply to the tab.

public TabHighlightKind HighlightKind { get; }

Property Value

TabHighlightKind:

A TabHighlightKind indicating the kind of highlight to apply to the tab. The default value is None.

ImageSource

Gets or sets a ImageSource for an image that renders on the tab.

public ImageSource ImageSource { get; set; }

Property Value

ImageSource:

A ImageSource for an image that renders on the tab.

IsCloseButtonVisible

Gets whether the embedded close button is visible.

public bool IsCloseButtonVisible { get; }

Property Value

bool:

true if the embedded close button is visible; otherwise, false. The default value is false.

IsContentHorizontal

Gets or sets whether the content layout is in a horizontal orientation.

public bool IsContentHorizontal { get; set; }

Property Value

bool:

true if the content layout is in a horizontal orientation; otherwise, false. The default value is true.

IsImageVisible

Gets whether the embedded image is visible.

public bool IsImageVisible { get; }

Property Value

bool:

true if the embedded image is visible; otherwise, false. The default value is false.

IsLoadAnimationEnabled

Gets or sets whether animation effects may be applied when the tab is loaded.

public bool IsLoadAnimationEnabled { get; set; }

Property Value

bool:

true if animation effects may be applied when the tab is loaded; otherwise, false. The default value is false.

IsReadOnly

Gets or sets whether the tab's contents are read-only.

public bool IsReadOnly { get; set; }

Property Value

bool:

true if the tab's contents are read-only; otherwise, false. The default value is false.

IsToggleLayoutKindButtonVisible

Gets whether the embedded toggle layout kind button is visible.

public bool IsToggleLayoutKindButtonVisible { get; }

Property Value

bool:

true if the embedded toggle layout kind button is visible; otherwise, false. The default value is false.

LayoutKind

Gets or sets the TabLayoutKind that indicates how the tab will be positioned.

public TabLayoutKind LayoutKind { get; set; }

Property Value

TabLayoutKind:

The TabLayoutKind that indicates how the tab will be positioned. The default value is Normal.

NearSlantExtent

Gets or sets the near side slant extent of the tab.

public double NearSlantExtent { get; set; }

Property Value

double:

The near side slant extent of the tab, or 0.0 for no slant. The default value is 0.0.

PinButtonContentTemplate

Gets or sets the DataTemplate to use for the pin button content.

public DataTemplate PinButtonContentTemplate { get; set; }

Property Value

DataTemplate:

The DataTemplate to use for the pin content.

PromoteButtonContentTemplate

Gets or sets the DataTemplate to use for the promote button content.

public DataTemplate PromoteButtonContentTemplate { get; set; }

Property Value

DataTemplate:

The DataTemplate to use for the promote content.

ReadOnlyContextContentTemplate

Gets or sets the DataTemplate to assign to ContextContentTemplate when the IsReadOnly property is true.

public DataTemplate ReadOnlyContextContentTemplate { get; set; }

Property Value

DataTemplate:

The DataTemplate to assign to ContextContentTemplate when the IsReadOnly property is true.

TintColor

Gets or sets the tint color applied to the Background and BorderBrush brushes.

public Color TintColor { get; set; }

Property Value

Color:

The tint color applied to the Background and BorderBrush brushes. The default value is Transparent, which indicates no tinting should be applied.

ToggleLayoutKindCommand

Gets the ICommand that can be used to toggle the tab's layout kind.

public ICommand ToggleLayoutKindCommand { get; }

Property Value

ICommand:

The ICommand that can be used to toggle the tab's layout kind.

UnpinButtonContentTemplate

Gets or sets the DataTemplate to use for the unpin button content.

public DataTemplate UnpinButtonContentTemplate { get; set; }

Property Value

DataTemplate:

The DataTemplate to use for the unpin content.

Methods

Close()

Closes the tab, removing it from the containing tab control.

public void Close()

DragMove(InputPointerButtonEventArgs)

Starts a drag/move.

public void DragMove(InputPointerButtonEventArgs sourceEventArgs)
Parameter Type Description
sourceEventArgs InputPointerButtonEventArgs

The source InputPointerButtonEventArgs, which can be used to capture the pointer.

Remarks

The primary button of the pointer in the event arguments must be pressed down when calling this method. The pointer will be captured.

OnApplyTemplate()

Invoked whenever application code or internal processes call ApplyTemplate.

public override void OnApplyTemplate()

OnContextMenuOpening(ContextMenuEventArgs)

Occurs when a context menu is requested.

protected override void OnContextMenuOpening(ContextMenuEventArgs e)
Parameter Type Description
e ContextMenuEventArgs

The ContextMenuEventArgs that contains the event data.

OnCreateAutomationPeer()

Returns an AutomationPeer object for this control instance.

protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer:

An AutomationPeer instance.

OnDragEnter(DragEventArgs)

Occurs when a drag operation enters the control.

protected override void OnDragEnter(DragEventArgs e)
Parameter Type Description
e DragEventArgs

The DragEventArgs that contains the event data.

OnDragOver(DragEventArgs)

Occurs when a drag operation moves over the control.

protected override void OnDragOver(DragEventArgs e)
Parameter Type Description
e DragEventArgs

The DragEventArgs that contains the event data.

OnMouseLeftButtonDown(MouseButtonEventArgs)

Occurs when the left mouse button is pressed.

protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e)
Parameter Type Description
e MouseButtonEventArgs

The MouseButtonEventArgs that contains the event data.

OnPreviewGotKeyboardFocus(KeyboardFocusChangedEventArgs)

Occurs when the control gains keyboard focus.

protected override void OnPreviewGotKeyboardFocus(KeyboardFocusChangedEventArgs e)
Parameter Type Description
e KeyboardFocusChangedEventArgs

The KeyboardFocusChangedEventArgs that contains the event data.

OnSelected(RoutedEventArgs)

Occurs when the control is selected.

protected override void OnSelected(RoutedEventArgs e)
Parameter Type Description
e RoutedEventArgs

The RoutedEventArgs that contains the event data.

OnUnselected(RoutedEventArgs)

Occurs when the control is unselected.

protected override void OnUnselected(RoutedEventArgs e)
Parameter Type Description
e RoutedEventArgs

The RoutedEventArgs that contains the event data.

ToggleLayoutKind()

Toggles the tab's LayoutKind.

public void ToggleLayoutKind()

Remarks

Normal tabs will switch to Pinned layout. All other layout kinds switch back to Normal.

Fields

AreEmbeddedButtonsAlwaysVisibleProperty

Identifies the AreEmbeddedButtonsAlwaysVisible dependency property. This field is read-only.

public static readonly DependencyProperty AreEmbeddedButtonsAlwaysVisibleProperty

ArrangeHeightAnimatedProperty

Identifies the ArrangeHeightAnimated dependency property. This field is read-only.

public static readonly DependencyProperty ArrangeHeightAnimatedProperty

ArrangeWidthAnimatedProperty

Identifies the ArrangeWidthAnimated dependency property. This field is read-only.

public static readonly DependencyProperty ArrangeWidthAnimatedProperty

ArrangeXAnimatedProperty

Identifies the ArrangeXAnimated dependency property. This field is read-only.

public static readonly DependencyProperty ArrangeXAnimatedProperty

ArrangeYAnimatedProperty

Identifies the ArrangeYAnimated dependency property. This field is read-only.

public static readonly DependencyProperty ArrangeYAnimatedProperty

BackgroundActiveSelectedProperty

Identifies the BackgroundActiveSelected dependency property. This field is read-only.

public static readonly DependencyProperty BackgroundActiveSelectedProperty

BackgroundInactiveSelectedProperty

Identifies the BackgroundInactiveSelected dependency property. This field is read-only.

public static readonly DependencyProperty BackgroundInactiveSelectedProperty

BackgroundPointerOverProperty

Identifies the BackgroundPointerOver dependency property. This field is read-only.

public static readonly DependencyProperty BackgroundPointerOverProperty

BackgroundPreviewActiveSelectedProperty

Identifies the BackgroundPreviewActiveSelected dependency property. This field is read-only.

public static readonly DependencyProperty BackgroundPreviewActiveSelectedProperty

BackgroundPreviewPointerOverProperty

Identifies the BackgroundPreviewPointerOver dependency property. This field is read-only.

public static readonly DependencyProperty BackgroundPreviewPointerOverProperty

BackgroundPreviewProperty

Identifies the BackgroundPreview dependency property. This field is read-only.

public static readonly DependencyProperty BackgroundPreviewProperty

BorderBrushActiveSelectedProperty

Identifies the BorderBrushActiveSelected dependency property. This field is read-only.

public static readonly DependencyProperty BorderBrushActiveSelectedProperty

BorderBrushInactiveSelectedProperty

Identifies the BorderBrushInactiveSelected dependency property. This field is read-only.

public static readonly DependencyProperty BorderBrushInactiveSelectedProperty

BorderBrushPointerOverProperty

Identifies the BorderBrushPointerOver dependency property. This field is read-only.

public static readonly DependencyProperty BorderBrushPointerOverProperty

BorderBrushPreviewActiveSelectedProperty

Identifies the BorderBrushPreviewActiveSelected dependency property. This field is read-only.

public static readonly DependencyProperty BorderBrushPreviewActiveSelectedProperty

BorderBrushPreviewPointerOverProperty

Identifies the BorderBrushPreviewPointerOver dependency property. This field is read-only.

public static readonly DependencyProperty BorderBrushPreviewPointerOverProperty

BorderBrushPreviewProperty

Identifies the BorderBrushPreview dependency property. This field is read-only.

public static readonly DependencyProperty BorderBrushPreviewProperty

CanCloseProperty

Identifies the CanClose dependency property. This field is read-only.

public static readonly DependencyProperty CanCloseProperty

CanHighlightOnPointerOverWhenInactiveProperty

Identifies the CanHighlightOnPointerOverWhenInactive dependency property. This field is read-only.

public static readonly DependencyProperty CanHighlightOnPointerOverWhenInactiveProperty

CanPinProperty

Identifies the CanPin dependency property. This field is read-only.

public static readonly DependencyProperty CanPinProperty

CanPromoteProperty

Identifies the CanPromote dependency property. This field is read-only.

public static readonly DependencyProperty CanPromoteProperty

CloseButtonContentTemplateProperty

Identifies the CloseButtonContentTemplate dependency property. This field is read-only.

public static readonly DependencyProperty CloseButtonContentTemplateProperty

ContextContentProperty

Identifies the ContextContent dependency property. This field is read-only.

public static readonly DependencyProperty ContextContentProperty

ContextContentTemplateProperty

Identifies the ContextContentTemplate dependency property. This field is read-only.

public static readonly DependencyProperty ContextContentTemplateProperty

CornerRadiusProperty

Identifies the CornerRadius dependency property. This field is read-only.

public static readonly DependencyProperty CornerRadiusProperty

EmbeddedButtonStyleProperty

Identifies the EmbeddedButtonStyle dependency property. This field is read-only.

public static readonly DependencyProperty EmbeddedButtonStyleProperty

FarSlantExtentProperty

Identifies the FarSlantExtent dependency property. This field is read-only.

public static readonly DependencyProperty FarSlantExtentProperty

FlashColorProperty

Identifies the FlashColor dependency property. This field is read-only.

public static readonly DependencyProperty FlashColorProperty

FlashModeProperty

Identifies the FlashMode dependency property. This field is read-only.

public static readonly DependencyProperty FlashModeProperty

ForegroundActiveSelectedProperty

Identifies the ForegroundActiveSelected dependency property. This field is read-only.

public static readonly DependencyProperty ForegroundActiveSelectedProperty

ForegroundInactiveSelectedProperty

Identifies the ForegroundInactiveSelected dependency property. This field is read-only.

public static readonly DependencyProperty ForegroundInactiveSelectedProperty

ForegroundPointerOverProperty

Identifies the ForegroundPointerOver dependency property. This field is read-only.

public static readonly DependencyProperty ForegroundPointerOverProperty

ForegroundPreviewActiveSelectedProperty

Identifies the ForegroundPreviewActiveSelected dependency property. This field is read-only.

public static readonly DependencyProperty ForegroundPreviewActiveSelectedProperty

ForegroundPreviewPointerOverProperty

Identifies the ForegroundPreviewPointerOver dependency property. This field is read-only.

public static readonly DependencyProperty ForegroundPreviewPointerOverProperty

ForegroundPreviewProperty

Identifies the ForegroundPreview dependency property. This field is read-only.

public static readonly DependencyProperty ForegroundPreviewProperty

HasCloseButtonProperty

Identifies the HasCloseButton dependency property. This field is read-only.

public static readonly DependencyProperty HasCloseButtonProperty

HasToggleLayoutKindButtonProperty

Identifies the HasToggleLayoutKindButton dependency property. This field is read-only.

public static readonly DependencyProperty HasToggleLayoutKindButtonProperty

HighlightKindProperty

Identifies the HighlightKind dependency property. This field is read-only.

public static readonly DependencyProperty HighlightKindProperty

ImageSourceProperty

Identifies the ImageSource dependency property. This field is read-only.

public static readonly DependencyProperty ImageSourceProperty

IsCloseButtonVisibleProperty

Identifies the IsCloseButtonVisible dependency property. This field is read-only.

public static readonly DependencyProperty IsCloseButtonVisibleProperty

IsContentHorizontalProperty

Identifies the IsContentHorizontal dependency property. This field is read-only.

public static readonly DependencyProperty IsContentHorizontalProperty

IsImageVisibleProperty

Identifies the IsImageVisible dependency property. This field is read-only.

public static readonly DependencyProperty IsImageVisibleProperty

IsLoadAnimationEnabledProperty

Identifies the IsLoadAnimationEnabled dependency property. This field is read-only.

public static readonly DependencyProperty IsLoadAnimationEnabledProperty

IsReadOnlyProperty

Identifies the IsReadOnly dependency property. This field is read-only.

public static readonly DependencyProperty IsReadOnlyProperty

IsToggleLayoutKindButtonVisibleProperty

Identifies the IsToggleLayoutKindButtonVisible dependency property. This field is read-only.

public static readonly DependencyProperty IsToggleLayoutKindButtonVisibleProperty

LayoutKindProperty

Identifies the LayoutKind dependency property. This field is read-only.

public static readonly DependencyProperty LayoutKindProperty

NearSlantExtentProperty

Identifies the NearSlantExtent dependency property. This field is read-only.

public static readonly DependencyProperty NearSlantExtentProperty

PinButtonContentTemplateProperty

Identifies the PinButtonContentTemplate dependency property. This field is read-only.

public static readonly DependencyProperty PinButtonContentTemplateProperty

PromoteButtonContentTemplateProperty

Identifies the PromoteButtonContentTemplate dependency property. This field is read-only.

public static readonly DependencyProperty PromoteButtonContentTemplateProperty

ReadOnlyContextContentTemplateProperty

Identifies the ReadOnlyContextContentTemplate dependency property. This field is read-only.

public static readonly DependencyProperty ReadOnlyContextContentTemplateProperty

TintColorProperty

Identifies the TintColor dependency property. This field is read-only.

public static readonly DependencyProperty TintColorProperty

UnpinButtonContentTemplateProperty

Identifies the UnpinButtonContentTemplate dependency property. This field is read-only.

public static readonly DependencyProperty UnpinButtonContentTemplateProperty