Represents a control that can display DiagramDocument objects. The individual diagram pages can be activated through the tabs in the tray located at one of the view sides.
The following tables list the members exposed by the TabbedDiagramView type.
Name | Description | |
---|---|---|
Initializes a new instance of the TabbedDiagramView class. |
Name | Description | |
---|---|---|
Identifies the AllowRenamePages dependency property. |
||
Identifies the AllowTabReorder dependency property. |
||
Identifies the Behavior dependency property. |
||
Identifies the CurrentPage dependency property. |
||
Identifies the Document dependency property. |
||
Identifies the ScrollX dependency property. |
||
Identifies the ScrollY dependency property. |
||
Identifies the ShowCreateNewTab dependency property. |
||
Identifies the ShowTabCloseButtons dependency property. |
||
Identifies the ShowTabNavigationButtons dependency property. |
||
Identifies the ShowTabs dependency property. |
||
Identifies the TabAlignment dependency property. |
||
Identifies the ZoomFactor dependency property. |
Name | Description | |
---|---|---|
Gets or sets whether DiagramPage titles can be renamed interactively. |
||
Gets or sets a value indicating whether tabs can be rearranged interactively. This is a dependency property. |
||
Gets or sets a value indicating how the control responds to user actions. |
||
Gets or sets the currently active page. This is a dependency property. |
||
Gets the internal DiagramView used to render diagram pages. |
||
Gets or sets the displayed diagram document. This is a dependency property. |
||
Gets or sets the horizontal scroll position. |
||
Gets or sets the vertical scroll position. |
||
Gets or sets a value indicating whether to display the 'Create New Tab' button. This is a dependency property. |
||
Gets or sets a value indicating whether to display a close button for each tab. This is a dependency property. |
||
Gets or sets a value indicating whether the tab navigation buttons. This is a dependency property. |
||
Gets or sets a value indicating whether the tabs are visible. This is a dependency property. |
||
Gets or sets the tabs alignment. This is a dependency property. |
||
Gets or sets the effective zoom factor used to scale up or down the Diagram. This property takes into consideration the Diagram.ZoomFactor so changing it will not cause visual change |
Name | Description | |
---|---|---|
FrameworkElement.OnApplyTemplate override. |
Name | Description | |
---|---|---|
Raises the CurrentPageChanged event. |
||
Raises the PageAdded event. |
||
Raises the PageRemoved event. |
||
Raises the PageRemoving event. |
||
Raises the PageRenamed event. |
||
Raises the PageRenaming event. |
Name | Description | |
---|---|---|
Raised when the currently active page is changed. |
||
Raised when a new page is added to the view interactively, that is, when the user clicks on the 'Create New Tab' button. |
||
Raised when the user rearranges tabs. |
||
Raised when a page is removed interactively, that is, when the user clicks the close button of its associated tab. |
||
Raised when a page is about to be removed interactively, that is, when the user clicks the close button of its associated tab. |
||
Raised when the page has been renamed. |
||
Raised to validate new page title. |