Table of Contents

Method AddSpacerCore

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

AddSpacerCore(float?)

Adds an empty space with the specified or default size.

public virtual AbstractControl AddSpacerCore(float? size = null)

Parameters

size float?

The optional spacer size.

Returns

AbstractControl

AbstractControl which represents the spacer added.