Class ConnectorType
Specifies the type of the connector
Inheritance
System.Object
ConnectorType
Namespace: Syncfusion.Presentation
Assembly: Syncfusion.Presentation.NET.dll
Syntax
public sealed class ConnectorType : Enum
Fields
Curve
Specifies the connector type is Curved connector.
Declaration
public const ConnectorType Curve
Field Value
Type |
---|
ConnectorType |
Elbow
Specifies the connector type is Elbow connector.
Declaration
public const ConnectorType Elbow
Field Value
Type |
---|
ConnectorType |
Straight
Specifies the connector type is Straight line connector.
Declaration
public const ConnectorType Straight
Field Value
Type |
---|
ConnectorType |