Class ResizerConstraints
Specifies to enable/disable the certain resizers thumb in a selection.
Inheritance
System.Object
ResizerConstraints
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public sealed class ResizerConstraints : Enum
Fields
Default
Enables or disables all resizer.
Declaration
public const ResizerConstraints Default
Field Value
Type |
---|
ResizerConstraints |
None
Disables all resizer.
Declaration
public const ResizerConstraints None
Field Value
Type |
---|
ResizerConstraints |
ResizeEast
Enables or disables node/group to be resized east.
Declaration
public const ResizerConstraints ResizeEast
Field Value
Type |
---|
ResizerConstraints |
ResizeNorth
Enables or disables node/group to be resized north.
Declaration
public const ResizerConstraints ResizeNorth
Field Value
Type |
---|
ResizerConstraints |
ResizeNorthEast
Enables or disables node/group to be resized northEast.
Declaration
public const ResizerConstraints ResizeNorthEast
Field Value
Type |
---|
ResizerConstraints |
ResizeNorthWest
Enables or disables node/group to be resized northwest.
Declaration
public const ResizerConstraints ResizeNorthWest
Field Value
Type |
---|
ResizerConstraints |
ResizeSouth
Enables or disables node/group to be resized south.
Declaration
public const ResizerConstraints ResizeSouth
Field Value
Type |
---|
ResizerConstraints |
ResizeSouthEast
Enables or disables node/group to be resized southeast.
Declaration
public const ResizerConstraints ResizeSouthEast
Field Value
Type |
---|
ResizerConstraints |
ResizeSouthWest
Enables or disables node/group to be resized southwest.
Declaration
public const ResizerConstraints ResizeSouthWest
Field Value
Type |
---|
ResizerConstraints |
ResizeWest
Enables or disables node/group to be resized west.
Declaration
public const ResizerConstraints ResizeWest
Field Value
Type |
---|
ResizerConstraints |