WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SelectToolCommandParameter - WPF API Reference | Syncfusion SelectTool, DrawingTool and ConnectorTypee to enable drawingtool in diagram. ">

    Show / Hide Table of Contents

    Class SelectToolCommandParameter

    Provides the data for the SelectTool, DrawingTool and ConnectorTypee to enable drawingtool in diagram.

    Inheritance
    System.Object
    SelectToolCommandParameter
    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 SelectToolCommandParameter

    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 Description
    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 Description
    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 Description
    Tool
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved