Search
LengthType Enumeration
See Also
 






Indicates the type of the units of a Length object.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public enum LengthType

Visual Basic  Copy Code

Public 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