Skip to main content
All docs
V25.1
  • DiagramEffect.LineSettings Property

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

    Namespace: DevExpress.Diagram.Core.Themes

    Assembly: DevExpress.Diagram.v25.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 provides access to the outline options.

    See Also