menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FixedUserHandleController - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FixedUserHandleController

    Represents the class that is used to handle the fixed user handle events.

    Inheritance
    System.Object
    CommonController
    InteractionControllerBase
    FixedUserHandleController
    Inherited Members
    InteractionControllerBase.CurrentPosition
    InteractionControllerBase.InAction
    InteractionControllerBase.OnMouseDown(DiagramMouseEventArgs)
    InteractionControllerBase.OnMouseLeave(DiagramMouseEventArgs)
    InteractionControllerBase.OnMouseMove(DiagramMouseEventArgs)
    InteractionControllerBase.PreviousPosition
    InteractionControllerBase.StartPosition
    Namespace: Syncfusion.Blazor.Diagram
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class FixedUserHandleController : InteractionControllerBase

    Constructors

    FixedUserHandleController(SfDiagramComponent)

    Initializes a new instance of the FixedUserHandleController class.

    Declaration
    public FixedUserHandleController(SfDiagramComponent diagram)
    Parameters
    Type Name Description
    SfDiagramComponent diagram

    It provides sfdiagramcomponent

    Methods

    OnMouseUp(DiagramMouseEventArgs)

    This method triggers when the mouse clicks on the fixed user handle.

    Declaration
    public override void OnMouseUp(DiagramMouseEventArgs args)
    Parameters
    Type Name Description
    DiagramMouseEventArgs args

    DiagramMouseEventArgs

    Overrides
    InteractionControllerBase.OnMouseUp(DiagramMouseEventArgs)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved