Class SetCursorArgs
Provides data for SetCursor method of the diagram.
Inheritance
System.Object
SetCursorArgs
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.UWP.dll
Syntax
public class SetCursorArgs : Object
Properties
Action
Gets the action to be perform for the diagram elements.
Declaration
public ActiveTool Action { get; }
Property Value
Type |
---|
ActiveTool |
ControlPointType
Gets the ControlPointType for the diagram elements.
Declaration
public ControlPointType ControlPointType { get; }
Property Value
Type |
---|
ControlPointType |
Cursor
Gets or sets the Cursor for the diagram elements.
Declaration
public CoreCursor Cursor { get; set; }
Property Value
Type |
---|
Windows.UI.Core.CoreCursor |
Source
Gets the source of the diagram elements.
Declaration
public object Source { get; }
Property Value
Type |
---|
System.Object |
SourceType
Gets the ElementType for the diagram elements.
Declaration
public ElementType SourceType { get; }
Property Value
Type |
---|
ElementType |