ActualPlacementTarget
|
Gets the UIElement relative to which the backstage view is currently positioned. This is a dependency property.
|
CloseCommand
|
Gets the command that closes the view.
|
IsOpen
|
Gets or sets whether the backstage view is currently opened. This is dependency property.
|
Items
|
Provides access to BackstageButtonItem, BackstageTabItem and BackstageSeparatorItem objects owned by this BackstageView.
|
ItemsSource
|
Gets or sets the source of backstage items with which this BackstageView should be populated. This is a dependency property.
|
ItemTemplate
|
Gets or sets the template that will be applied to all backstage items owned by this BackstageView. This is a dependency property.
|
ItemTemplateSelector
|
Gets or sets an object that uses custom logic to select a required template that should be applied to items of the current BackstageView. This is a dependency property.
|
PlacementTarget
|
Gets or sets the UIElement relative to which the backstage view is positioned when it opens. This is a dependency property.
|
SelectedTab
|
Gets or sets the currently selected tab. This is a dependency property.
|
SelectedTabCaptionOnShow
|
Gets or sets the caption of the tab that is selected by default when the backstage view is opened. This is a dependency property.
|
SelectedTabIndexOnShow
|
Gets or sets the index of the tab that is selected by default when the backstage view is opened. This is a dependency property.
|
SelectedTabOnShow
|
Gets or sets the tab that is selected by default when the BackstageView is opened by the end-user. This is a dependency property.
|
StaysOpen
|
Gets or sets whether to close the backstage view when it loses focus. This is a dependency property.
|
TitleSettings
|
|