PocketPlanner Programmer's Guide

DateEventArgs.Bounds Property

See Also

Gets the bounding rectangle of the clicked date cell.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public Rectangle Bounds { get; }

Visual Basic

Public ReadOnly Property Bounds As Rectangle

 Property Value

A .NET Rectangle object specifying the bounds of the cell related to the raised event.

 See Also