Class SegmentSnapInfo
Information about the Collection of connectors that are nearer to the moving object.
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public class SegmentSnapInfo : SnapInfo
Properties
TargetConnectors
Gets or sets the collection of connectors that are nearer to the moving object
Declaration
public List<TargetConnector> TargetConnectors { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<TargetConnector> |