Search
ResourceViewSettings.CellOffset Property
See Also
 






Gets or sets the time offset of the first cell from the origin of the resource view.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public float CellOffset { get; set; }

Visual Basic  Copy Code

Public Property CellOffset As Single

 Property Value

A float value.

 Remarks

The offset is specified in the units set in BottomTimelineSettings.Unit.

 See Also