Represents a view that displays the pages of a DiagramDocument.
The following tables list the members exposed by the PagedDiagramView type.
Name | Description | |
---|---|---|
![]() |
Initializes a new instance of the PagedDiagramView class. |
Name | Description | |
---|---|---|
![]() |
Gets or sets the color of the Add icon. |
|
![]() |
Gets or sets a value indicating whether in-place editing of the text of objects is enabled. |
|
![]() |
Gets or sets whether DiagramPage titles can be renamed interactively. |
|
![]() |
Gets or sets a value indicating how the control responds to user actions. |
|
![]() |
Returns the topmost visible page. |
|
![]() |
Gets or sets the displayed diagram document. |
|
![]() |
Gets or sets the color of navigation icons. |
|
![]() |
Gets or sets the horizontal alignment of pages. |
|
![]() |
Gets or sets the color of page borders. |
|
![]() |
Gets or sets the thickness of page borders. |
|
![]() |
Gets or sets the distance between page edges. |
|
![]() |
Gets an object which provides customization properties for printing and print-preview. |
|
![]() |
Gets or sets the color of the Remove icon. |
|
![]() |
Gets or sets the view's horizontal scroll position. |
|
![]() |
Gets or sets the view's vertical scroll position. |
|
![]() |
Gets or sets whether the navigation bar should display an Add icon. |
|
![]() |
Gets or sets whether the navigation bar should display a Remove icon. |
|
![]() |
Gets or sets the zoom factor used to scale up or down the diagram pages. |
Name | Description | |
---|---|---|
![]() |
Animates the view state. |
|
![]() |
Prints the diagram document to the default printer. |
|
![]() |
Displays the standard .NET print preview form. |
|
![]() |
Displays a custom preview form. |
Name | Description | |
---|---|---|
![]() |
Control.OnPaddingChanged override. |
|
![]() |
Raises the PageAdded event. |
|
![]() |
Raises the PageAdding event. |
|
![]() |
Raises the PageRemoved event. |
|
![]() |
Raises the PageRemoving event. |
|
![]() |
Raises the PageRenamed event. |
Name | Description | |
---|---|---|
![]() |
Raised when the user adds a new page to the document interactively, by clicking the Add icon in view's navigation area. |
|
![]() |
Raised when a page is about to be added interactively, letting you cancel the operation. |
|
![]() |
Raised when the user deletes a page from the document interactively, by clicking the Remove icon in view's navigation area. |
|
![]() |
Raised when a page is about to be removed interactively, letting you cancel the operation. |
|
![]() |
Raised when the page has been renamed. |