Options
All
  • Public
  • Public/Protected
  • All
Menu

A LengthUnit is used with an ILength object to describe how to interpret its numeric value.

Index

Enumeration members

CSS_PIXELS

CSS_PIXELS = "CSS_PIXELS"

The associated value is defined as CSS pixels.

DEVICE_PIXELS

DEVICE_PIXELS = "DEVICE_PIXELS"

The associated value is defined as device pixels.

PERCENT

PERCENT = "PERCENT"

The associated value is a relative value describing the percentage of something, between 0-100.

Generated using TypeDoc