Skip to main content
A newer version of this page is available. .

CheckBoxBrick.CheckSize Property

Gets the size of a content shown within a check box brick. Use the GlyphSize property instead of CheckSize.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public SizeF CheckSize { get; }

Property Value

Type Description
SizeF

A SizeF value, specifying the size of a check box content.

See Also