Class HandleEditMode
Modes for interactively editing objects with selection handles.
Inheritance
System.Object
HandleEditMode
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public sealed class HandleEditMode : Enum
Fields
None
No edit mode allowed.
Declaration
public const HandleEditMode None
Field Value
| Type |
|---|
| HandleEditMode |
Resize
Resize the object.
Declaration
public const HandleEditMode Resize
Field Value
| Type |
|---|
| HandleEditMode |
Vertex
Edit the object's vertices.
Declaration
public const HandleEditMode Vertex
Field Value
| Type |
|---|
| HandleEditMode |