Skip to main content

DiagramItemStyle.LineSettings Property

Returns the line settings.

Namespace: DevExpress.Diagram.Core.Themes

Assembly: DevExpress.Diagram.v23.2.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