Docs (4.0.0)
Controls

class UISeparator

A view class that represents a horizontal or vertical line separator.

class UISeparator
extends UIComponent

Description

A separator component is rendered on-screen as a single horizontal or vertical line.

Constructor

Instance Members

  • applyViewPreset(preset)Applies the provided preset properties to this object.
  • thicknessSeparator line thickness, in pixels or CSS length with unit.
  • colorSeparator line color, defaults to the theme separator color.
  • marginThe amount of space to be added perpendicular to the separator, in pixels or CSS length with unit.
  • verticalTrue if the separator should be drawn as a vertical line instead of a horizontal line.

Inherited Members