Search
LengthType Enumeration
See Also
 





Specifies how a length will be interpreted.

Namespace: MindFusion.Diagramming.Components
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public enum LengthType

Visual Basic  Copy Code

Public Enum LengthType

 Members

  Member name Description

Absolute

Indicates that the specified size is expressed as an absolute value.

Auto

Indicates that the size is automatically calculated based on content.

Relative

Indicates that the size is specifies relatively to the other sizes and the amount of the available space.

 Remarks

Members of this enumeration can be assigned to the Type property of Length objects.

 See Also