Interface IDrawParameter
Represents the Connection Parameter of the Connector.
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public interface IDrawParameter
Properties
Node
Gets the Node of the Connector.
Declaration
object Node { get; }
Property Value
Type |
---|
System.Object |
NullSourceTarget
Gets the NullSourceTarget of the Connector.
Declaration
NullSourceTarget NullSourceTarget { get; }
Property Value
Type |
---|
NullSourceTarget |
Point
Gets the point of the Connector.
Declaration
Nullable<Point> Point { get; }
Property Value
Type |
---|
System.Nullable<System.Windows.Point> |
Port
Gets the Port of the Connector.
Declaration
object Port { get; }
Property Value
Type |
---|
System.Object |
PressedEventArgs
Gets the PointerMovedArgs of the Connector.
Declaration
MouseEventArgs PressedEventArgs { get; }
Property Value
Type |
---|
System.Windows.Input.MouseEventArgs |
Tool
Gets the DrawingTool of the Connector.
Declaration
DrawingTool Tool { get; }
Property Value
Type |
---|
DrawingTool |