menu

WPF

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

    Show / Hide Table of Contents

    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.

    Extension Methods

    DiagramExtensions.Add(SelectorConstraints[])
    DiagramExtensions.Remove(SelectorConstraints[])
    DiagramExtensions.Toggle(SelectorConstraints[])
    DiagramExtensions.Contains(SelectorConstraints)
    DiagramExtensions.ContainsAll(SelectorConstraints)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved