Skip to main content

ListLevelProperties.SuppressBulletResize Property

Gets or sets whether to resize a picture used as a bullet marker.

Namespace: DevExpress.XtraRichEdit.API.Native

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

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

Declaration

bool SuppressBulletResize { get; set; }

Property Value

Type Description
Boolean

true to keep the image size; otherwise, false.

See Also