DiagramToolbarCommand Enum
Namespace: DevExtreme.AspNet.Mvc
Assembly: DevExtreme.AspNet.Core.dll
Declaration
[JsonConverter(typeof(StringEnumConverter))]
public enum DiagramToolbarCommand
Members
Name |
Description |
AutoLayout |
|
Bold |
|
BringToFront |
|
ConnectorLineEnd |
|
ConnectorLineStart |
|
ConnectorLineType |
|
Copy |
|
Cut |
|
Delete |
|
DeleteShapeImage |
|
EditShapeImage |
|
Export |
|
FillColor |
|
FontColor |
|
FontName |
|
FontSize |
|
FullScreen |
|
InsertShapeImage |
|
Italic |
|
LineColor |
|
Lock |
|
Paste |
|
Redo |
|
SelectAll |
|
SendToBack |
|
Separator |
|
TextAlignCenter |
|
TextAlignLeft |
|
TextAlignRight |
|
Underline |
|
Undo |
|
Unlock |
|
See Also