Back to Devexpress

CheckBoxSizeMode Enum

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-7f88d641.md

latest1.5 KB
Original Source

CheckBoxSizeMode Enum

Lists the size modes available for the CheckBox object.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public enum CheckBoxSizeMode
vb
Public Enum CheckBoxSizeMode

Members

NameDescription
Auto

Automatically determined size. Equal to the default font size.

| | Exact |

The exact size specified by the CheckBox.Size property.

|

The following properties accept/return CheckBoxSizeMode values:

Remarks

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

See Also

DevExpress.XtraRichEdit.API.Native Namespace