Back to Devexpress

DiagramCommands Fields

wpf-devexpress-dot-xpf-dot-diagram-dot-diagramcommands-dot-underscore-fields.md

latest22.8 KB
Original Source

DiagramCommands Fields

Provides access to diagram commands.

NameDescription
BringForwardCommand staticBring the selected diagram items forward. Inherited from DiagramCommandsBase.
BringToFrontCommand staticBring the selected diagram items to the front. Inherited from DiagramCommandsBase.
CancelCommand staticExit the input state (i.e., editing a text within a diagram item) or, if the control is not in the input state, deselect all diagram items. Inherited from DiagramCommandsBase.
ChangeConnectorTypeCommand staticChange the type of the selected connector. Inherited from DiagramCommandsBase.
CircularLayoutCommand staticRealign diagram items according to the circular layout algorithm. Inherited from DiagramCommandsBase.
CollapseSelectedContainersCommand staticCollapse the selected containers. Inherited from DiagramCommandsBase.
CopyCommand staticCopy the selected diagram items. Inherited from DiagramCommandsBase.
CutCommand staticRemove the selected diagram items and copy them to the Clipboard. Inherited from DiagramCommandsBase.
DecreaseFontSizeCommand staticDecrease the font size for the text within the selected diagram items. Inherited from DiagramCommandsBase.
DeleteCommand staticRemove the selected diagram items. Inherited from DiagramCommandsBase.
EditCommand staticEdit the text within the selected shape. Inherited from DiagramCommandsBase.
EmptyCommand staticAn empty command. Inherited from DiagramCommandsBase.
ExportDiagramCommand staticExport the diagram in the specified format to a file. Inherited from DiagramCommandsBase.
ExportToPdfCommand staticExports the diagram to a PDF document. Inherited from DiagramCommandsBase.
ExportToSvgCommand staticInherited from DiagramCommandsBase.
FitToDrawingCommand staticChange the page size to fit the diagram contents. Inherited from DiagramCommandsBase.
FitToPageCommand staticSet the diagram zoom factor value to fit all pages with content within the canvas. Inherited from DiagramCommandsBase.
FitToWidthCommand staticSet the diagram zoom factor value to fit the entire diagram width. Inherited from DiagramCommandsBase.
FlipImageCommand staticFlip the selected image item. Inherited from DiagramCommandsBase.
FocusNextControlCommand staticFocuses the next control after the Diagram control in the visual tree. Inherited from DiagramCommandsBase.
FocusPrevControlCommand staticFocuses the previous control after the Diagram control in the visual tree. Inherited from DiagramCommandsBase.
IncreaseFontSizeCommand staticIncrease the font size for the text within the selected diagram items. Inherited from DiagramCommandsBase.
InsertImageCommand staticInvoke the “Insert Picture” dialog window. Inherited from DiagramCommandsBase.
LoadImageCommand staticInvoke the Insert Picture dialog to change the selected image item. Inherited from DiagramCommandsBase.
MindMapTreeLayoutCommand staticRealign diagram items to form a mind map tree diagram. Inherited from DiagramCommandsBase.
MindMapTreeLayoutForSubordinatesCommand staticRealign the subordinate items of the selected diagram item to form a mind map tree. Inherited from DiagramCommandsBase.
MoveSelectionCommand staticMove the selected diagram items the specified distance from its current position in the specified direction. Inherited from DiagramCommandsBase.
MoveSelectionNoSnapCommand staticMove the selected diagram items the specified distance from its current position in the specified direction without snapping them to the grid. Inherited from DiagramCommandsBase.
NewFileCommand staticClose the current file and create a new one. If the current file contains unsaved changes, the end-user is prompted to save them. Inherited from DiagramCommandsBase.
OpenFileCommand staticCreate a new diagram file and open it. Inherited from DiagramCommandsBase.
PasteCommand staticInserts the diagram items from the Clipboard onto the canvas. Inherited from DiagramCommandsBase.
PrintCommand staticInvoke the Print dialog window. Inherited from DiagramCommandsBase.
QuickPrintCommand staticPrint the diagram with default print settings. Inherited from DiagramCommandsBase.
RedoCommand staticReapply the last action that was undone in the diagram control. Inherited from DiagramCommandsBase.
ResetSelectedImagesCommand staticReset the selected images to their original state. Inherited from DiagramCommandsBase.
RotateCommand staticRotate the selected item counterclockwise around its anchor point by the specified angle. Inherited from DiagramCommandsBase.
SaveFileAsCommand staticInvoke the Save File As dialog window. Inherited from DiagramCommandsBase.
SaveFileCommand staticSave changes made to the diagram. If the diagram has not been saved to a file before, the Save File As dialog window is invoked. Inherited from DiagramCommandsBase.
SelectAllCommand staticSelect all items within the diagram. Inherited from DiagramCommandsBase.
SelectConnectorToolCommand staticSelect the tool used to create connectors. Inherited from DiagramCommandsBase.
SelectEllipseToolCommand staticSelect the tool used to create ellipse shapes. Inherited from DiagramCommandsBase.
SelectHexagonToolCommand staticSelect the tool used to create hexagonal shapes. Inherited from DiagramCommandsBase.
SelectNextItemCommand staticSelect the next diagram item in the order they were added to the diagram. Inherited from DiagramCommandsBase.
SelectPanToolCommand staticSelect the tool used to navigate the diagram. Inherited from DiagramCommandsBase.
SelectPointerToolCommand staticSelect the tool used to select diagram items. Inherited from DiagramCommandsBase.
SelectPrevItemCommand staticSelect the previous diagram item in the order they were added to the diagram. Inherited from DiagramCommandsBase.
SelectRectangleToolCommand staticSelect the tool used to create rectangular shapes. Inherited from DiagramCommandsBase.
SelectRightTriangleToolCommand staticSelect the tool used to create triangular shapes. Inherited from DiagramCommandsBase.
SelectTextToolCommand staticSelect the tool used to create text shapes. Inherited from DiagramCommandsBase.
SelectToolCommand staticSelect the specified diagram tool. Inherited from DiagramCommandsBase.
SendBackwardCommand staticSend the selected diagram items backward. Inherited from DiagramCommandsBase.
SendToBackCommand staticSend the selected diagram items to the back. Inherited from DiagramCommandsBase.
SetHorizontalAlignmentCommand staticSet the horizontal alignment of the text within the selected shapes. Inherited from DiagramCommandsBase.
SetPageParametersCommand staticInvoke the Page Setup dialog window. Inherited from DiagramCommandsBase.
SetSelectedContainersHeaderPaddingCommand staticSet the specified header padding value for the selected container items. Inherited from DiagramCommandsBase.
SetSelectedContainersPaddingCommand staticSet the specified padding value for the selected container items. Inherited from DiagramCommandsBase.
SetSelectedContainersShapeCommand staticSet the specified shape style for the selected container items. Inherited from DiagramCommandsBase.
SetSelectedImagesScaleCommand staticSet the specified scale factor for the selected image items. Inherited from DiagramCommandsBase.
SetSelectedImagesStretchModeCommand staticSet the specified stretch mode for the selected image items. Inherited from DiagramCommandsBase.
SetSelectedItemsStyleCommand staticSet the specified style (id) for the selected diagram items. Inherited from DiagramCommandsBase.
SetSelectedListsOrientationCommand staticInherited from DiagramCommandsBase.
SetVerticalAlignmentCommand staticSet the vertical alignment of the text within the selected shapes. Inherited from DiagramCommandsBase.
SetZoomCommand staticApply a zoom factor value to a document. Inherited from DiagramCommandsBase.
ShowContainerHeaderCommand staticToggle the visibility of headers of the selected containers. Inherited from DiagramCommandsBase.
ShowPopupMenuCommand staticInvoke the popup menu for the selected item. Inherited from DiagramCommandsBase.
ShowPrintPreviewCommand staticInvoke the Print Preview. Inherited from DiagramCommandsBase.
ShowPropertiesPanelCommand staticInvoke the ‘Properties’ panel. Inherited from DiagramCommandsBase.
StartDragToolAlternateCommand staticStart a drag-and-drop operation for the tool passed to the command as the parameter. Inherited from DiagramCommandsBase.
StartDragToolCommand staticSelect the tool used to drag diagram items. Inherited from DiagramCommandsBase.
SugiyamaLayoutCommand staticRealign diagram items according to the layered graph drawing (Sugiyama-style graph drawing) algorithm. Inherited from DiagramCommandsBase.
TipOverTreeLayoutCommand staticRealign diagram items according to the tip-over tree layout algorithm. Inherited from DiagramCommandsBase.
TipOverTreeLayoutForSubordinatesCommand staticRealign the subordinate items of the selected diagram item according to the tip-over tree layout algorithm. Inherited from DiagramCommandsBase.
ToggleFontBoldCommand staticToggle bold font for the text within the selected shapes. Inherited from DiagramCommandsBase.
ToggleFontItalicCommand staticToggle italic font for the text within the selected shapes. Inherited from DiagramCommandsBase.
ToggleFontStrikethroughCommand staticToggle strikethrough for the text within the selected shapes. Inherited from DiagramCommandsBase.
ToggleFontUnderlineCommand staticToggle underline for the text within the selected shapes. Inherited from DiagramCommandsBase.
ToggleSubordinatesVisibilityCommand staticToggle the visibility of the child items of the selected diagram item. Inherited from DiagramCommandsBase.
TreeLayoutCommand staticRealign diagram items to form a tree diagram. Inherited from DiagramCommandsBase.
TreeLayoutForSubordinatesCommand staticRealign the subordinate items of the selected diagram item according to the tree layout algorithm. Inherited from DiagramCommandsBase.
UndoCommand staticCancel changes resulting from the last operation. Inherited from DiagramCommandsBase.
UseToolCommand staticUse a diagram tool. Inherited from DiagramCommandsBase.
ZoomInCommand staticIncrease the current zoom factor of a diagram. Inherited from DiagramCommandsBase.
ZoomOutCommand staticDecrease the current zoom factor of a diagram. Inherited from DiagramCommandsBase.

See Also

DiagramCommands Class

DiagramCommands Members

DevExpress.Xpf.Diagram Namespace