menu

WPF

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

    Show / Hide Table of Contents

    Enum Tool

    Specifies to enable/disable the interactive behaviors of SfDiagram.

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

    Fields

    Name Description
    ContinuesDraw

    Enables or disables to draw a nodes or connectors continuously.

    DrawOnce

    Enables or disables to draw a node or connector only once.

    MultipleSelect

    Enables or disables multiple selection (rubber band selection and normal selection) behavior.

    None

    Disables all behaviors of the control.

    SingleSelect

    Enables or disables to select the diagramming objects only once.

    ZoomPan

    Enables or disables zooming and panning behavior of the control.

    Extension Methods

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