Skip to main content

CheckBoxSizeMode Enum

Lists the size modes available for the CheckBox object.

Namespace: DevExpress.XtraRichEdit.API.Native

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

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

Declaration

public enum CheckBoxSizeMode

Members

Name Description
Auto

Automatically determined size. Equal to the default font size.

Exact

The exact size specified by the CheckBox.Size property.

Related API Members

The following properties accept/return CheckBoxSizeMode values:

Remarks

The CheckBoxSizeMode enumeration values are used by the CheckBox.SizeMode property.

See Also