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

ReadOnlyCheckBoxProperties.Size Property

Gets the checkbox size.

Namespace: DevExpress.XtraRichEdit.API.Native

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

Declaration

int Size { get; }

Property Value

Type Description
Int32

A Single value indicating the check box’s size.

Remarks

This property has effect when the ReadOnlyCheckBoxProperties.SizeMode property is set to FormFieldTextType.Custom.

See Also