PocketPlanner Programmer's Guide

ListViewSettings.SnapUnit Property

See Also

Gets or sets the snap unit.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public TimeUnit SnapUnit { get; set; }

Visual Basic

Public Property SnapUnit As TimeUnit

 Property Value

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

 Remarks

Use this property in a conjunction with the EnableSnapping property to specify the precision with which users can move and resize items interactively. If EnableSnapping is set to Disabled the value of this property is ignored and items snap to cell borders.

 See Also