menu

UWP

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

    Show / Hide Table of Contents

    Class DrawingTool

    Specifies the type of object to be drawn through drawing tool.

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

    Fields

    Connector

    Enables or disables to draw a connector.

    Declaration
    public const DrawingTool Connector
    Field Value
    Type
    DrawingTool

    Ellipse

    Enables or disables to draw ellipse shaped node.

    Declaration
    public const DrawingTool Ellipse
    Field Value
    Type
    DrawingTool

    FreeHand

    Enables or disables to draw node or connector.

    Declaration
    public const DrawingTool FreeHand
    Field Value
    Type
    DrawingTool

    Node

    Enables or disables to draw a node.

    Declaration
    public const DrawingTool Node
    Field Value
    Type
    DrawingTool

    None

    Disables all behaviors of the control.

    Declaration
    public const DrawingTool None
    Field Value
    Type
    DrawingTool

    Rectangle

    Enables or disables to draw rectangle shaped node.

    Declaration
    public const DrawingTool Rectangle
    Field Value
    Type
    DrawingTool

    TextNode

    Enables or disables to draw textbox node.

    Declaration
    public const DrawingTool TextNode
    Field Value
    Type
    DrawingTool

    Extension Methods

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