Back to Devexpress

ConnectorType Class

corelibraries-devexpress-dot-diagram-dot-core-45c150e4.md

latest2.3 KB
Original Source

ConnectorType Class

Represents a connector type.

Namespace : DevExpress.Diagram.Core

Assembly : DevExpress.Diagram.v25.2.Core.dll

NuGet Package : DevExpress.Diagram.Core

Declaration

csharp
public sealed class ConnectorType
vb
Public NotInheritable Class ConnectorType

The following members return ConnectorType objects:

LibraryRelated API Members
Cross-Platform Class LibraryConnectorType.Create(String, Func<String>, Func<ConnectorProxy, ConnectorPointType, Point>)
ConnectorType.Create(String, Func<String>)
ConnectorType.Curved
ConnectorType.OrgChart
ConnectorType.RightAngle
ConnectorType.Straight
WinForms ControlsDiagramConnector.Type
WPF ControlsDiagramConnector.Type

Remarks

Use the following properties to obtain connector types:

Inheritance

Object ConnectorType

See Also

ConnectorType Members

DevExpress.Diagram.Core Namespace