Skip to main content
All docs
V24.1

DrawingObject.Decorative Property

Gets or sets whether the shape is marked as decorative.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

bool Decorative { get; set; }

Property Value

Type Description
Boolean

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

See Also