Specifies how to calculate the length of the resources in a Resource view.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C#
![]() |
---|
public enum ResourceLengthMethod |
Visual Basic
![]() |
---|
Public Enum ResourceLengthMethod |
Member name | Description | |
---|---|---|
![]() |
Exact |
The length of the resources depends on the time span they occupy. |
![]() |
MinimumAuto |
The length of the resources is at least big enough to fit their contents. |
![]() |
MinimumFixed |
The length of the resources is not less than a specified predefined value. |
![]() |
Unspecified |
Unspecified. |
Scheduling for .NET MAUI Guide | © 2023 MindFusion |