menu

UWP

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

    Show / Hide Table of Contents

    Class Tool

    Specifies to enable/disable the interactive behaviors of SfDiagram.

    Inheritance
    System.Object
    Tool
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.UWP.dll
    Syntax
    public sealed class Tool : Enum

    Fields

    ContinuesDraw

    Enables or disables to draw a nodes or connectors continuously.

    Declaration
    public const Tool ContinuesDraw
    Field Value
    Type
    Tool

    DrawOnce

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

    Declaration
    public const Tool DrawOnce
    Field Value
    Type
    Tool

    MultipleSelect

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

    Declaration
    public const Tool MultipleSelect
    Field Value
    Type
    Tool

    None

    Disables all behaviors of the control.

    Declaration
    public const Tool None
    Field Value
    Type
    Tool

    SingleSelect

    Enables or disables to select the diagramming objects only once.

    Declaration
    public const Tool SingleSelect
    Field Value
    Type
    Tool

    ZoomPan

    Enables or disables zooming and panning behavior of the control.

    Declaration
    public const Tool ZoomPan
    Field Value
    Type
    Tool

    Extension Methods

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