Skip to main content
All docs
V25.2
  • ShapeBase.Decorative Property

    Indicates whether the shape is decorative and does not add meaningful content.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v25.2.dll

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public bool Decorative { get; set; }

    Property Value

    Type Description
    Boolean

    true if the shape is decorative; otherwise, false.

    Remarks

    The Decorative property is used to specify whether a shape is decorative and does not add meaningful content. If the shape is decorative, screen readers ignore alternative text.

    See Also