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

DiagramItemStyle.LineSettings Property

Returns the line settings.

Namespace: DevExpress.Diagram.Core.Themes

Assembly: DevExpress.Diagram.v21.1.Core.dll

NuGet Package: DevExpress.Diagram.Core

Declaration

public DiagramItemLineSettings LineSettings { get; }

Property Value

Type Description
DiagramItemLineSettings

A DevExpress.Diagram.Core.Themes.DiagramItemLineSettings object that specifies the line settings.

See Also