Back to Devexpress

ShapeBase.AlternativeText Property

officefileapi-devexpress-dot-docs-dot-presentation-dot-shapebase-031a413d.md

latest1.5 KB
Original Source

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

csharp
public string AlternativeText { get; set; }
vb
Public Property AlternativeText As String

Property Value

TypeDescription
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

ShapeBase Class

ShapeBase Members

DevExpress.Docs.Presentation Namespace