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.v24.2.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