WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PointerSelectionArgs

    Show / Hide Table of Contents

    Class PointerSelectionArgs

    Provides data for PointerSelection method of the Selector.

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

    Constructors

    PointerSelectionArgs()

    Declaration
    public PointerSelectionArgs()

    Properties

    PointerMode

    Gets or Set the mode of the Selection.

    Declaration
    public PointerMode PointerMode { get; set; }
    Property Value
    Type Description
    PointerMode

    Source

    Gets or Set the Source of the Selection.

    Declaration
    public object Source { get; set; }
    Property Value
    Type Description
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved