WPF

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

    Show / Hide Table of Contents

    Class SetCursorArgs

    Provides data for SetCursor method of the diagram.

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

    Properties

    Action

    Gets the action to be perform for the diagram elements.

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

    ControlPointType

    Gets the ControlPointType for the diagram elements.

    Declaration
    public ControlPointType ControlPointType { get; }
    Property Value
    Type Description
    ControlPointType

    Cursor

    Gets or sets the Cursor for the diagram elements.

    Declaration
    public Cursor Cursor { get; set; }
    Property Value
    Type Description
    System.Windows.Input.Cursor

    Source

    Gets the source of the diagram elements.

    Declaration
    public object Source { get; }
    Property Value
    Type Description
    System.Object

    SourceType

    Gets the ElementType for the diagram elements.

    Declaration
    public ElementType SourceType { get; }
    Property Value
    Type Description
    ElementType
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved