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.v19.2.Core.dll

Declaration

public DiagramItemLineSettings LineSettings { get; }

Property Value

Type Description
DevExpress.Diagram.Core.Themes.DiagramItemLineSettings

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

See Also