Interface IConnectorBase
Represents the base class for IConnector and IDockPort.
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public interface IConnectorBase
Properties
ConnectorGeometryStyle
Gets or sets the style of the connector and dockport.
Declaration
Style ConnectorGeometryStyle { get; set; }
Property Value
Type |
---|
System.Windows.Style |
HitPadding
Gets or sets the range of the connector and dockport to select.
Declaration
double HitPadding { get; set; }
Property Value
Type |
---|
System.Double |
Ports
Gets or sets a collection of objects where each object represents a IPort.
Declaration
object Ports { get; set; }
Property Value
Type |
---|
System.Object |
Segments
Gets or sets a collection of objects where each object represents a segment.
Declaration
object Segments { get; set; }
Property Value
Type |
---|
System.Object |
SourcePoint
Gets or sets the start point of the connector or dockport.
Declaration
Point SourcePoint { get; set; }
Property Value
Type |
---|
System.Windows.Point |
TargetPoint
Gets or sets the end point of the connector or dockport.
Declaration
Point TargetPoint { get; set; }
Property Value
Type |
---|
System.Windows.Point |