Class PointerSelectionArgs
Provides data for PointerSelection method of the Selector.
Inheritance
System.Object
PointerSelectionArgs
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public class PointerSelectionArgs : Object
Constructors
PointerSelectionArgs()
Declaration
public PointerSelectionArgs()
Properties
PointerMode
Gets or Set the mode of the Selection.
Declaration
public PointerMode PointerMode { get; set; }
Property Value
Type |
---|
PointerMode |
Source
Gets or Set the Source of the Selection.
Declaration
public object Source { get; set; }
Property Value
Type |
---|
System.Object |