menu

WPF

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

    Show / Hide Table of Contents

    Enum ResizerConstraints

    Specifies to enable/disable the certain resizers thumb in a selection.

    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.WPF.dll
    Syntax
    [Flags]
    public enum ResizerConstraints

    Fields

    Name Description
    Default

    Enables or disables all resizer.

    None

    Disables all resizer.

    ResizeEast

    Enables or disables node/group to be resized east.

    ResizeNorth

    Enables or disables node/group to be resized north.

    ResizeNorthEast

    Enables or disables node/group to be resized northEast.

    ResizeNorthWest

    Enables or disables node/group to be resized northwest.

    ResizeSouth

    Enables or disables node/group to be resized south.

    ResizeSouthEast

    Enables or disables node/group to be resized southeast.

    ResizeSouthWest

    Enables or disables node/group to be resized southwest.

    ResizeWest

    Enables or disables node/group to be resized west.

    Extension Methods

    DiagramExtensions.Contains(ResizerConstraints)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved