MindFusion.Scheduling for Silverlight Programmer's Guide
IItemViewModel.Bounds Property
See Also
 





Gets or sets the bounding rectangle of the visual element representing the item in the associated View.

Namespace: MindFusion.DataViews.Silverlight
Assembly: MindFusion.DataViews.Silverlight

 Syntax

C#  Copy Code

Rect Bounds { get; set; }

Visual Basic  Copy Code

Property Bounds As Rect

 Property Value

A Silverlight Rect.

 Remarks

If the item is not visible (e.g. due to a parent being collapsed), Bounds should equal Rect.Empty.

 See Also

IItemViewModel Members
IItemViewModel Interface
MindFusion.DataViews.Silverlight Namespace