Search
ResourceViewSettings.ResourceLengthMethod Property
See Also
 





Gets or sets the method used to calculate the length of the resources.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public ResourceLengthMethod ResourceLengthMethod { get; set; }

Visual Basic  Copy Code

Public Property ResourceLengthMethod As ResourceLengthMethod

 Property Value

A value of the ResourceLengthMethod enumeration. Assign Unspecified to this property to use the corresponding value from the current theme.

 See Also