Skip to main content

DiagramEffect.LineSettings Property

Provides access to the effects applied to the item’s outline.

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 provides access to the outline options.

See Also