PocketPlanner Programmer's Guide

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.Compact
Assembly: PocketPlanner

 Syntax

C#

public float CellOffset { get; set; }

Visual Basic

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