Search
LengthType Enumeration
See Also
 






Indicates the type of the units of a Length object.

Namespace: MindFusion.Gauges
File: Enum.js

 Syntax

JavaScript  Copy Code

// enum
LengthType = {}

 Members

  Member name Description

Absolute

Specifies absolute length, expressed in pixels.

Relative

Specifies relative length, expressed as a percentage of the container's size.

 See Also