Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ConnectorFormat.ConnectorType Property

Gets or sets the connector’s type.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v20.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

ConnectorType ConnectorType { get; set; }

Property Value

Type Description
ConnectorType

An enumeration member that specifies the connector’s type.

Remarks

Use the ConnectorType property to change the type of an existing connector.

See Also