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

    Gets or sets the alternative text for a shape.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public string AlternativeText { get; set; }

    Property Value

    Type Description
    String

    The alternative text for a shape.

    Remarks

    The alternative text is used to provide a textual description of a shape for accessibility purposes and for reading by screen readers.

    Use the ShapeBase.Decorative property to specify whether the shape is decorative and does not add meaningful content. If the shape is decorative, its alternative text is ignored by screen readers.

    See Also