Method AddSpacerCore
AddSpacerCore(float?)
Adds an empty space with the specified or default size.
public virtual AbstractControl AddSpacerCore(float? size = null)
Parameters
sizefloat?The optional spacer size.
Returns
- AbstractControl
AbstractControl which represents the spacer added.