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.v19.1.Core.dll

Declaration

public SizeF CheckSize { get; }

Property Value

Type Description
SizeF

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

See Also