Search
ItemTouchEventArgs.Resize Property
See Also
 






Gets a value indicating whether the item's end is about to be resized.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public bool Resize { get; }

Visual Basic  Copy Code

Public ReadOnly Property Resize As Boolean

 Property Value

A boolean value.

 See Also