Skip to main content
A newer version of this page is available. .

ListLevelProperties.SuppressBulletResize Property

Disables resizing of a picture inserted as a bullet.

Namespace: DevExpress.XtraRichEdit.API.Native

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

Declaration

bool SuppressBulletResize { get; set; }

Property Value

Type Description
Boolean

true to disable bullet picture resizing; otherwise, false.

See Also