WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SetToolArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SetToolArgs

    Provides data for SetTool method of the diagram.

    Inheritance
    System.Object
    SetToolArgs
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.WPF.dll
    Syntax
    public class SetToolArgs

    Properties

    Action

    Gets or sets the action to be perform for the diagram elements.

    Declaration
    public ActiveTool Action { get; set; }
    Property Value
    Type Description
    ActiveTool

    Source

    Gets or sets the source of the diagram elements.

    Declaration
    public object Source { get; set; }
    Property Value
    Type Description
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved