Class SetToolArgs
Provides data for SetTool method of the diagram.
Inheritance
System.Object
SetToolArgs
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public class SetToolArgs : Object
Properties
Action
Gets or sets the action to be perform for the diagram elements.
Declaration
public ActiveTool Action { get; set; }
Property Value
Type |
---|
ActiveTool |
Source
Gets or sets the source of the diagram elements.
Declaration
public object Source { get; set; }
Property Value
Type |
---|
System.Object |