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.UWP.dll
Syntax
public class RunTimeConnectionIndicator : ContentControl
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 |