Docs (4.0.0)
Controls

class UISpacer

A view class that represents a flexible control without any content.

class UISpacer
extends UIComponent

Description

A spacer component is rendered on-screen as an empty placeholder.

Constructor

Instance Members

  • applyViewPreset(preset)Applies the provided preset properties to this object.
  • widthSpacer width (in pixels or string with unit).
  • heightSpacer height (in pixels or string with unit).
  • minWidthSpacer minimum width (in pixels or string with unit).
  • minHeightSpacer minimum height (in pixels or string with unit).

Inherited Members