Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CheckBoxSizeMode Enum

Lists the size modes available for the CheckBox object.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v19.1.Core.dll

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.

Remarks

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

See Also