menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SelectorConstraints - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SelectorConstraints

    Enables or disables certain behaviors and features of the selector.

    Inheritance
    System.Object
    SelectorConstraints
    Namespace: Syncfusion.Blazor.Diagram
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class SelectorConstraints : Enum
    Examples
    <SfDiagramComponent />
     @code
     {
             diagram.SelectionSettings.Constraints |= SelectorConstraints.ResizeAll;
        }

    Fields

    All

    Enables or disables all handles of the selector.

    Declaration
    public const SelectorConstraints All
    Field Value
    Type
    SelectorConstraints

    ConnectorSourceThumb

    Enables or disables the source thumb of the connector.

    Declaration
    public const SelectorConstraints ConnectorSourceThumb
    Field Value
    Type
    SelectorConstraints

    ConnectorTargetThumb

    Enables or disables 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

    Enables or disables all resize handles of the selector.

    Declaration
    public const SelectorConstraints ResizeAll
    Field Value
    Type
    SelectorConstraints

    ResizeEast

    Enables or disables the middle right resize handle of the selector.

    Declaration
    public const SelectorConstraints ResizeEast
    Field Value
    Type
    SelectorConstraints

    ResizeNorth

    Enables or disables the top center resize handle of the selector.

    Declaration
    public const SelectorConstraints ResizeNorth
    Field Value
    Type
    SelectorConstraints

    ResizeNorthEast

    Enables or disables the top right resize handle of the selector.

    Declaration
    public const SelectorConstraints ResizeNorthEast
    Field Value
    Type
    SelectorConstraints

    ResizeNorthWest

    Enables or disables the top left resize handle of the selector.

    Declaration
    public const SelectorConstraints ResizeNorthWest
    Field Value
    Type
    SelectorConstraints

    ResizeSouth

    Enables or disables the bottom center resize handle of the selector.

    Declaration
    public const SelectorConstraints ResizeSouth
    Field Value
    Type
    SelectorConstraints

    ResizeSouthEast

    Enables or disables the bottom right resize handle of the selector.

    Declaration
    public const SelectorConstraints ResizeSouthEast
    Field Value
    Type
    SelectorConstraints

    ResizeSouthWest

    Enables or disables the bottom left resize handle of the selector.

    Declaration
    public const SelectorConstraints ResizeSouthWest
    Field Value
    Type
    SelectorConstraints

    ResizeWest

    Enables or disables the middle left resize handle of the selector.

    Declaration
    public const SelectorConstraints ResizeWest
    Field Value
    Type
    SelectorConstraints

    Rotate

    Enables or disables the rotate handle of the selector.

    Declaration
    public const SelectorConstraints Rotate
    Field Value
    Type
    SelectorConstraints

    Tooltip

    Enables or disables the tooltip for drag, resize and rotate operation of nodes and connectors.

    Declaration
    public const SelectorConstraints Tooltip
    Field Value
    Type
    SelectorConstraints

    UserHandle

    Enables or disables the user handles of the selector .

    Declaration
    public const SelectorConstraints UserHandle
    Field Value
    Type
    SelectorConstraints
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved