Constructor Spacer
Spacer(AbstractControl?)
Initializes a new instance of the Spacer class and assigns the specified parent control.
public Spacer(AbstractControl? parent)
Parameters
parentAbstractControlThe parent control to which this Spacer will be attached. Can be null to indicate no parent.
Spacer()
Initializes a new instance of the Spacer class.
public Spacer()