Gets or sets the time offset of the first cell from the origin of the resource view.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public float CellOffset { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property CellOffset As Single |
A float value.
RemarksThe offset is specified in the units set in BottomTimelineSettings.Unit.
See Also