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

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

    Namespace: DevExpress.Diagram.Core.Themes

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

    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