Back to Devexpress

DrawingObject.Decorative Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-drawingobject-295cffac.md

latest1.5 KB
Original Source

DrawingObject.Decorative Property

Gets or sets whether the shape is marked as decorative.

Namespace : DevExpress.XtraRichEdit.API.Native

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

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

Property Value

TypeDescription
Boolean

true if the shape is marked as decorative; otherwise, false.

|

Remarks

Decorative (similar to the Mark as Decorative option in Microsoft Word) is an option used for shapes that do not add meaningful content to a document and are purely decorative. This feature is important for accessibility, as it helps screen readers ignore these drawing objects, preventing unnecessary distractions for users with visual impairments.

See Also

DrawingObject Interface

DrawingObject Members

DevExpress.XtraRichEdit.API.Native Namespace