Specifies how a length will be interpreted.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
SyntaxC#
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
See Also