IWorkspaceManager Members
In This Article
#Properties
Name | Description |
---|---|
Close |
|
Close |
|
Target |
Gets the target control. |
Transition |
Gets or sets a shader effect for an animation played when switching between workspaces. |
Workspaces | Gets the collection of workspaces. |
#Methods
Name | Description |
---|---|
Apply |
Applies the workspace with the specified name to the target control. |
Capture |
Creates a new workspace by capturing the current layout of the target control and its child controls. |
Load |
Loads a workspace from a specified file or stream and adds it to the IWorkspace |
Remove |
Removes a workspace with the specified name. |
Rename |
Renames the specified workspace. |
Save |
Saves a workspace with a specified name to a file or stream. |
#Events
Name | Description |
---|---|
After |
Occurs after a workspace has been applied to the target control. |
Before |
Occurs before a workspace is applied to the target control. |
See Also