Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.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