CheckBoxSizeMode Enum
Lists the size modes available for the CheckBox object.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
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