Class SelectorConstraints
Defines the visibility of the selector handles None - Hides all the selector elements ConnectorSourceThumb - Shows/hides the source thumb of the connector ConnectorTargetThumb - Shows/hides the target thumb of the connector ResizeSouthEast - Shows/hides the bottom right resize handle of the selector ResizeSouthWest - Shows/hides the bottom left resize handle of the selector ResizeNorthEast - Shows/hides the top right resize handle of the selector ResizeNorthWest - Shows/hides the top left resize handle of the selector ResizeEast - Shows/hides the middle right resize handle of the selector ResizeWest - Shows/hides the middle left resize handle of the selector ResizeSouth - Shows/hides the bottom center resize handle of the selector ResizeNorth - Shows/hides the top center resize handle of the selector Rotate - Shows/hides the rotate handle of the selector UserHandles - Shows/hides the user handles of the selector Resize - Shows/hides all resize handles of the selector
Inheritance
Namespace: Syncfusion.EJ2.Diagrams
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class SelectorConstraints : Enum
Fields
All
Shows all handles of the selector
Declaration
public const SelectorConstraints All
Field Value
Type |
---|
SelectorConstraints |
ConnectorSourceThumb
Shows/hides the source thumb of the connector
Declaration
public const SelectorConstraints ConnectorSourceThumb
Field Value
Type |
---|
SelectorConstraints |
ConnectorTargetThumb
Shows/hides the target thumb of the connector
Declaration
public const SelectorConstraints ConnectorTargetThumb
Field Value
Type |
---|
SelectorConstraints |
None
Hides all the selector elements
Declaration
public const SelectorConstraints None
Field Value
Type |
---|
SelectorConstraints |
ResizeAll
Shows/hides all resize handles of the selector
Declaration
public const SelectorConstraints ResizeAll
Field Value
Type |
---|
SelectorConstraints |
ResizeEast
Shows/hides the middle right resize handle of the selector
Declaration
public const SelectorConstraints ResizeEast
Field Value
Type |
---|
SelectorConstraints |
ResizeNorth
Shows/hides the top center resize handle of the selector
Declaration
public const SelectorConstraints ResizeNorth
Field Value
Type |
---|
SelectorConstraints |
ResizeNorthEast
Shows/hides the top right resize handle of the selector
Declaration
public const SelectorConstraints ResizeNorthEast
Field Value
Type |
---|
SelectorConstraints |
ResizeNorthWest
Shows/hides the top left resize handle of the selector
Declaration
public const SelectorConstraints ResizeNorthWest
Field Value
Type |
---|
SelectorConstraints |
ResizeSouth
Shows/hides the bottom center resize handle of the selector
Declaration
public const SelectorConstraints ResizeSouth
Field Value
Type |
---|
SelectorConstraints |
ResizeSouthEast
Shows/hides the bottom right resize handle of the selector
Declaration
public const SelectorConstraints ResizeSouthEast
Field Value
Type |
---|
SelectorConstraints |
ResizeSouthWest
Shows/hides the bottom left resize handle of the selector
Declaration
public const SelectorConstraints ResizeSouthWest
Field Value
Type |
---|
SelectorConstraints |
ResizeWest
Shows/hides the middle left resize handle of the selector
Declaration
public const SelectorConstraints ResizeWest
Field Value
Type |
---|
SelectorConstraints |
Rotate
Shows/hides the rotate handle of the selector
Declaration
public const SelectorConstraints Rotate
Field Value
Type |
---|
SelectorConstraints |
ToolTip
Shows/hides the default tooltip of nodes and connectors
Declaration
public const SelectorConstraints ToolTip
Field Value
Type |
---|
SelectorConstraints |
UserHandle
Shows/hides the user handles of the selector
Declaration
public const SelectorConstraints UserHandle
Field Value
Type |
---|
SelectorConstraints |