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"

The associated value is defined as CSS pixels.

DEVICE_PIXELS: "DEVICE_PIXELS"

The associated value is defined as device pixels.

PERCENT: "PERCENT"

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

Generated using TypeDoc