Enum SelectorConstraints
Specifies to enable/disable certain the behaviors for Selector.
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
[Flags]
public enum SelectorConstraints
Fields
| Name | Description |
|---|---|
| Default | Enables all behaviors for selector. |
| HideDisabledResizer | Enables or disables the visibility of enabled resizer thumbs. |
| None | Disables all the behaviors for Selector. |
| Pivot | Enables or Disables Pivot for Visibility. |
| QuickCommands | Enables or disables the QuickCommands. |
| Resizer | Enables or disables the Resizer. |
| Rotator | Enables or disables the Rotator. |
| Tooltip | Enables or disables the Tooltip. |
| TooltipAngle | Enables or disables the Tooltip for angle changes. |
| TooltipPosition | Enables or disables Tooltip for position changes. |
| TooltipSize | Enables or disables the Tooltip for size changes. |