Back to Devexpress

ListLevelProperties.SuppressBulletResize Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-listlevelproperties-0cfe5e2d.md

latest1.2 KB
Original Source

ListLevelProperties.SuppressBulletResize Property

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

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

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

Property Value

TypeDescription
Boolean

true to keep the image size; otherwise, false.

|

See Also

ListLevelProperties Interface

ListLevelProperties Members

DevExpress.XtraRichEdit.API.Native Namespace