Skip to main content
A newer version of this page is available. .

DiagramControl.OptionsConnector Property

Contains options that control connectors.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

[DXCategory("Options")]
public DiagramOptionsConnector OptionsConnector { get; }

Property Value

Type Description
DiagramOptionsConnector

A DiagramOptionsConnector object that stores the connector settings.

See Also