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
SyntaxC#
Copy Code
|
|---|
Rect Bounds { get; set; } |
Visual Basic
Copy Code
|
|---|
Property Bounds As Rect |
A WPF Rect.
RemarksIf the item is not visible (e.g. due to a parent being collapsed), Bounds should equal Rect.Empty.
See Also