BackstageView Members
In This Article
#Constructors
Name | Description |
---|---|
Backstage |
Initializes a new instance of the Backstage |
#Fields
#Properties
Name | Description |
---|---|
Actual |
Gets the UIElement relative to which the backstage view is currently positioned. This is a dependency property. |
Close |
Gets the command that closes the view. |
Is |
Gets or sets whether the backstage view is currently opened. This is dependency property. |
Items |
Provides access to Backstage |
Items |
Gets or sets the source of backstage items with which this Backstage |
Item |
Gets or sets the template that will be applied to all backstage items owned by this Backstage |
Item |
Gets or sets an object that uses custom logic to select a required template that should be applied to items of the current Backstage |
Placement |
Gets or sets the UIElement relative to which the backstage view is positioned when it opens. This is a dependency property. |
Selected |
Gets or sets the currently selected tab. This is a dependency property. |
Selected |
Gets or sets the caption of the tab that is selected by default when the backstage view is opened. This is a dependency property. |
Selected |
Gets or sets the index of the tab that is selected by default when the backstage view is opened. This is a dependency property. |
Selected |
Gets or sets the tab that is selected by default when the Backstage |
Stays |
Gets or sets whether to close the backstage view when it loses focus. This is a dependency property. |
Title |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also