Table of Contents

Constructor Spacer

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Spacer(AbstractControl?)

Initializes a new instance of the Spacer class and assigns the specified parent control.

public Spacer(AbstractControl? parent)

Parameters

parent AbstractControl

The 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()