Class ConnectorType
Specifies the types of the Connector.
Inheritance
System.Object
ConnectorType
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public sealed class ConnectorType : Enum
Fields
CubicBezier
Specifies the connectortype as cubicbezier which consist of controlpoints to edit the curve.
Declaration
public const ConnectorType CubicBezier
Field Value
Type |
---|
ConnectorType |
Line
Specifies the connectortype as straight line is essentially just a line with no curve.
Declaration
public const ConnectorType Line
Field Value
Type |
---|
ConnectorType |
Orthogonal
Specifies the connectortype as orthogonal which consist of a sequence of horizontal and vertical line segments.
Declaration
public const ConnectorType Orthogonal
Field Value
Type |
---|
ConnectorType |
PolyLine
Specifies the connectortype as polyline to draw a sequence of line segments created as a single object
Declaration
public const ConnectorType PolyLine
Field Value
Type |
---|
ConnectorType |
QuadraticBezier
Specifies the connectortype as quadraticbezier which consist of controlpoints to edit the curve.
Declaration
public const ConnectorType QuadraticBezier
Field Value
Type |
---|
ConnectorType |