Back to Devexpress

ShapeBase.Decorative Property

officefileapi-devexpress-dot-docs-dot-presentation-dot-shapebase-93b2f6be.md

latest1.4 KB
Original Source

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

csharp
public bool Decorative { get; set; }
vb
Public Property Decorative As Boolean

Property Value

TypeDescription
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

ShapeBase Class

ShapeBase Members

DevExpress.Docs.Presentation Namespace