Skip to main content
All docs
V24.2

DrawingObject.Decorative Property

Gets or sets whether the shape is marked as decorative.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

bool Decorative { get; set; }

Property Value

Type Description
Boolean

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

See Also