Back to Devexpress

CheckBox.Size Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-checkbox-29a94dfa.md

latest1.5 KB
Original Source

CheckBox.Size Property

Gets or sets the checkbox size.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
float Size { get; set; }
vb
Property Size As Single

Property Value

TypeDescription
Single

A Single value indicating the check box’s size in current measure units.

|

Remarks

Use the Size property to provide a custom size to the checkbox. This property has effect when the CheckBox.SizeMode property is set to CheckBoxSizeMode.Exact.

See Also

CheckBox Interface

CheckBox Members

DevExpress.XtraRichEdit.API.Native Namespace