Specifies how a length will be interpreted.
Namespace: MindFusion.Diagramming.Components
Package: MindFusion.Diagramming
C#
![]() |
---|
public enum LengthType |
Visual Basic
![]() |
---|
Public Enum LengthType |
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. |