menu

WPF

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

    Show / Hide Table of Contents

    Class RunTimeConnectionIndicator

    Represents the class which contains the data for run time indicator which is used to show animated indication while mouse hover on diagram elements to draw connection.

    Inheritance
    System.Object
    RunTimeConnectionIndicator
    Namespace: Syncfusion.UI.Xaml.Diagram.Controls
    Assembly: Syncfusion.SfDiagram.WPF.dll
    Syntax
    public class RunTimeConnectionIndicator : ContentControl

    Fields

    PortHoverEffectProperty

    Identifies the PortHoverEffect dependency property.

    Declaration
    public static DependencyProperty PortHoverEffectProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    Properties

    DragOverObject

    Gets the object value for which object the connection indicator is going to be shown.

    Declaration
    public object DragOverObject { get; }
    Property Value
    Type
    System.Object

    PortHoverEffect

    Gets or sets the animation effect while hovering the mouse on the port.

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

    The default animation effect will be Ripple.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved