ConnectorType Class
Represents a connector type.
Namespace: DevExpress.Diagram.Core
Assembly: DevExpress.Diagram.v24.1.Core.dll
NuGet Package: DevExpress.Diagram.Core
Declaration
Related API Members
The following members return ConnectorType objects:
Library | Related API Members |
---|---|
Cross-Platform Class Library | ConnectorType.Create(String, Func<String>, Func<ConnectorProxy, ConnectorPointType, Point>) |
ConnectorType.Create(String, Func<String>) | |
ConnectorType.Curved | |
ConnectorType.OrgChart | |
ConnectorType.RightAngle | |
ConnectorType.Straight | |
WinForms Controls | DiagramConnector.Type |
WPF Controls | DiagramConnector.Type |
Remarks
Use the following properties to obtain connector types:
Inheritance
Object
ConnectorType
See Also