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. |