MindFusion.Wpf Pack Programmer's Guide
IItemViewModel.IsBoundsValid Property
See Also
 





Gets or sets a value indicating whether the Bounds property is valid or needs to be recalculated.

Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf

 Syntax

C#  Copy Code

bool IsBoundsValid { get; set; }

Visual Basic  Copy Code

Property IsBoundsValid As Boolean

 Property Value

true if the Bounds property is current; false, if it is stale.

 See Also

IItemViewModel Members
IItemViewModel Interface
MindFusion.DataViews.Wpf Namespace