Skip to main content

ReadOnlyCheckBoxProperties.Size Property

Gets the checkbox size.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Package: DevExpress.RichEdit.Core

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