Specifies how a length will be interpreted.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public enum LengthType |
Visual Basic Copy Code |
---|
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. |