Enum ResizerConstraints
Specifies to enable/disable the certain resizers thumb in a selection.
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
[Flags]
public enum ResizerConstraints
Fields
| Name | Description |
|---|---|
| Default | Enables or disables all resizer. |
| None | Disables all resizer. |
| ResizeEast | Enables or disables node/group to be resized east. |
| ResizeNorth | Enables or disables node/group to be resized north. |
| ResizeNorthEast | Enables or disables node/group to be resized northEast. |
| ResizeNorthWest | Enables or disables node/group to be resized northwest. |
| ResizeSouth | Enables or disables node/group to be resized south. |
| ResizeSouthEast | Enables or disables node/group to be resized southeast. |
| ResizeSouthWest | Enables or disables node/group to be resized southwest. |
| ResizeWest | Enables or disables node/group to be resized west. |