[]
        
(Showing Draft Content)

C1.Report.CheckBoxField.GetContentAutoSize

GetContentAutoSize Method

GetContentAutoSize(out double, out double)

Override this method to calculate sizes of object on basis of its content, this method is called when field can grow or shrink vertically and horizontally.

Declaration
protected override void GetContentAutoSize(out double autoWidth, out double autoHeight)
Parameters
Type Name Description
double autoWidth
double autoHeight
Overrides