Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DiagramCustomCursor - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DiagramCustomCursor

    Represents which type of cursor has to displayed to the specific action.

    Inheritance
    System.Object
    SfDiagramBase
    DiagramCustomCursor
    Inherited Members
    SfDiagramBase.UpdateCollection(IList, Boolean)
    SfDiagramBase.RandomString(Int32)
    Namespace: Syncfusion.Blazor.Diagrams
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class DiagramCustomCursor : SfDiagramBase

    Constructors

    DiagramCustomCursor()

    Represents which type of cursor has to displayed to the specific action.

    Declaration
    public DiagramCustomCursor()

    Properties

    Action

    Defines which type of action will take place.

    Declaration
    public Actions Action { get; set; }
    Property Value
    Type Description
    Actions
    Remarks
    • There are several Actions are available such as Drag, Select, ResizeNorth, Rotate, etc.,
    • Each Action has a specific cursor.

    Cursor

    Sets or gets the cursor that corresponds to the action taken.

    Declaration
    public string Cursor { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved