Search
TabbedDiagramView Members
Constructors Properties Methods
 


Represents a view that displays DiagramDocument objects.

The following tables list the members exposed by the TabbedDiagramView type.

 Public Constructors

  Name Description

TabbedDiagramView

Initializes a new instance of the TabbedDiagramView class.

 Public Properties

  Name Description

allowRenamePages

Gets or sets a value indicating whether DiagramPage titles can be renamed interactively.

allowReorder

Gets or sets a value indicating whether tabs can be rearranged interactively.

document

Gets or sets the diagram document displayed by this view.

selectedIndex

Gets or sets the index of the currently selected diagram page.

selectedPage

Gets or sets the currently selected tab page.

showAddButton

Gets or sets a value indicating whether to display the 'Add Tab' button.

showNavigationButtons

Gets or sets a value indicating whether to show tab navigation buttons.

showTabCloseButtons

Gets or sets a value indicating whether to display a close button for each tab.

tabAlignment

Gets or sets the tab alignment.

tabsSize

Gets or sets the height of the tab strip.

theme

Gets or sets the theme of the control.

themesPath

Gets or sets the path to the control's css themes.

 Public Methods

  Name Description

create

Creates and initializes a new TabbedDiagramView from the specified element. This method is static and can be called without creating an instance of the class.

dispose

DiagramView.dispose override.

fromJson

Loads the diagram from a JSON string.

initialize

DiagramView.initialize override.

loadFromXml

Loads the diagram from an XML file.

saveToXml

Saves the diagram to an XML file.

setTheme

Sets the current theme of the control and its pages.

toJson

Saves the diagram to a JSON string.

 See Also