Class SelectToolCommandParameter
Provides the data for the SelectTool, DrawingTool and ConnectorTypee to enable drawingtool in diagram.
Inheritance
System.Object
SelectToolCommandParameter
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public class SelectToolCommandParameter : Object
Constructors
SelectToolCommandParameter()
Declaration
public SelectToolCommandParameter()
Properties
ConnectorType
Gets or sets the ConnectorType value that will indicate what type of connector should be drawn when the DrawingTool property is set to Connector
Declaration
public ConnectorType ConnectorType { get; set; }
Property Value
Type |
---|
ConnectorType |
Remarks
When the DrawingTool property is not set to Connector then this property value has no effect.
DrawingTool
Gets or sets the DrawingTool value that specifies the type of object to be drawn through drawing tool.
Declaration
public DrawingTool DrawingTool { get; set; }
Property Value
Type |
---|
DrawingTool |
Tool
Gets or sets the Tool value that will indicate what tool should be enabled in diagram.
Declaration
public Tool Tool { get; set; }
Property Value
Type |
---|
Tool |