MindFusion.Wpf Pack 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.Wpf
Assembly: MindFusion.DataViews.Wpf

 Syntax

C#  Copy Code

Rect Bounds { get; set; }

Visual Basic  Copy Code

Property Bounds As Rect

 Property Value

A WPF 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.Wpf Namespace