Skip to main content

ReadOnlyCheckBoxProperties.Size Property

Gets the checkbox size.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

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