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.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public float CellOffset { get; set; }

Visual Basic  Copy Code

Public Property CellOffset As Single

 Property Value

A floating point value, specifying the offset in the units set in the Unit property of the BottomTimelineSettings.

 See Also