Back to Devexpress

DiagramCommands Properties

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

latest14.8 KB
Original Source

DiagramCommands Properties

Provides access to diagram commands.

NameDescription
BringForwardGets the command that brings the selected diagram items forward.
BringToFrontGets the command that brings the selected diagram items to the front.
CancelGets the command that cancels the current selection.
ChangeConnectorTypeGets the command that changes the connector type.
CircularLayoutGets the command that realigns diagram items to form a circular layout.
CollapseSelectedContainers
CopyGets the command that copies the selected diagram items to the Clipboard.
CutGets the command that removes the selected diagram items and copies them to the Clipboard.
DecreaseFontSizeGets the command that decreases the font size for the text within the selected diagram items.
DefaultCommands staticInherited from DiagramCommandsBase.
DeleteGets the command that removes the selected diagram items.
DisplayItemPropertiesObsolete. Gets the command that invokes the Properties Panel.
EditGets the command that initiates text editing for the selected shape.
EmptyThis member supports the internal infrastructure and is not intended to be used directly from your code.
ExportDiagramGets the command that exports the diagram to an image file of the specified format.
ExportToPdf
ExportToSvg
FitToDrawingGets the command that changes the page size to fit the diagram contents.
FitToPageGets the command that sets the diagram zoom factor value to fit all pages with content within the canvas.
FitToWidthGets the command that sets the diagram zoom factor value to fit the entire diagram width.
FlipImageGets the command that flips the selected image.
FocusNextControlGets the command that moves focus to the next control.
FocusPrevControlGets the command that moves focus to the previous control.
IncreaseFontSizeGets the command that increases the font size for the text within the selected diagram items.
InsertImageGets the command that invokes the Insert Image dialog that allows the end-user to add an image item to the diagram.
LoadImageGets the command that invokes the Insert Image dialog that allows the end-user to change the selected image item.
MindMapTreeLayoutGets the command that realigns diagram items to form a mind-map tree diagram.
MindMapTreeLayoutForSubordinatesGets the command that applies the mind-map tree layout to the subordinates of the diagram items.
MoveSelectionGets the command that moves currently selected items in the specified direction.
MoveSelectionNoSnapGets the command that moves currently selected items in the specified direction without snapping to grid lines or other items.
NewFileGets the command that closes the current file and creates a new one. If the current file contains unsaved changes, the end-user is prompted to save them.
OpenFileGets the command that invokes the Open File dialog window.
PasteGets the command that inserts the diagram items from the clipboard onto the Canvas.
PrintGets the command that invokes the Print dialog window.
QuickPrintGets the command that prints the diagram with default print settings.
RedoGets the command that reapplies the last action that was undone in the diagram control.
ResetSelectedImagesGets the command that resets the appearance of the selected image items.
RotateGets the command that rotates the selected items by the specified angle.
SaveFileGets the command that saves changes made to the diagram. If the diagram has not been saved to a file before, the command invokes the Save File As dialog window.
SaveFileAsGets the command that invokes the Save File As dialog window.
SelectAllGets the command that selects all items within the diagram.
SelectConnectorToolGets the command that selects the connector tool.
SelectEllipseToolGets the command that selects the ellipse tool.
SelectHexagonToolGets the command that selects the hexagon tool.
SelectionCommands staticProvides access to selection commands. Inherited from DiagramCommandsBase.
SelectNextItemGets the command that selects the next diagram item in the order they were added to the diagram.
SelectPanToolGets the command that selects the pan tool.
SelectPointerToolGets the command that selects the pointer tool.
SelectPrevItemGets the command that selects the previous diagram item in the order they were added to the diagram.
SelectRectangleToolGets the command that selects the rectangle tool.
SelectRightTriangleToolGets the command that selects the right triangle tool.
SelectTextTool
SelectToolGets the command that selects a diagram tool.
SendBackwardGets the command that sends the selected diagram items backward.
SendToBackGets the command that sends the selected diagram items to the back.
SetHorizontalAlignmentGets the command that applies the specified horizontal alignment to the text within the selected diagram items.
SetPageParametersGets the command that invokes the Page Setup Dialog Window.
SetSelectedContainersHeaderPaddingGets the command that changes the amount of header padding for the selected containers.
SetSelectedContainersPaddingGets the command that changes the amount of padding for the selected container.
SetSelectedContainersShapeGets the command that changes the shape of the selected container.
SetSelectedImagesScaleGets the command that sets the specified zoom factor for selected image items.
SetSelectedImagesStretchModeGets the command that sets the specified stretch mode for selected image items.
SetSelectedItemsStyleGets the command that sets the style of the selected diagram item.
SetSelectedListsOrientation
SetVerticalAlignmentGets the command that applies the specified vertical alignment to the text within the selected diagram items.
SetZoomGets the command that applies a zoom factor value to a document.
ShowContainerHeaderGets the command that toggles the visibility of the header for the currently selected container items.
ShowPopupMenuGets the command that invokes the popup menu for the selected item.
ShowPrintPreviewGets the command that invokes the Print Preview.
ShowPropertiesPanelGets the command that invokes the Properties Panel.
StartDragToolThis member supports the internal infrastructure and is not intended to be used directly from your code.
StartDragToolAlternateThis member supports the internal infrastructure and is not intended to be used directly from your code.
SugiyamaLayoutGets the command that realigns diagram items according to the layered graph drawing (Sugiyama-style graph drawing) algorithm.
TipOverTreeLayoutGets the command that realigns diagram items to form a tip-over tree diagram.
TipOverTreeLayoutForSubordinatesGets the command that applies the Tip-over layout to the subordinates of the diagram items.
ToggleFontBoldGets the command that toggles bold font for the text within the selected shapes.
ToggleFontItalicGets the command that toggles italic font for the text within the selected shapes.
ToggleFontStrikethroughGets the command that toggles strikethrough for the text within the selected shapes.
ToggleFontUnderlineGets the command that toggles underline for the text within the selected shapes.
ToggleSubordinatesVisibilityGets the command that shows or hides the subordinates of the selected diagram item.
TreeLayoutGets the command that realigns diagram items to form a tree diagram.
TreeLayoutForSubordinatesGets the command that applies the Tree layout to the subordinates of the diagram items.
UndoGets the command that cancels changes resulting from the last operation.
UndoRedoCommands staticProvides access to undo and redo commands. Inherited from DiagramCommandsBase.
UseToolGets the command that uses a diagram tool.
ZoomCommands staticProvides access to zoom commands. Inherited from DiagramCommandsBase.
ZoomInGets the command that increases the current zoom factor of a diagram.
ZoomOutGets the command that decreases the current zoom factor of a diagram.

See Also

DiagramCommands Class

DiagramCommands Members

DevExpress.Xpf.Diagram Namespace