Gets the bounding rectangle (expressed in global coordinates) of the source activity of the underlying dependency. This is a dependency property.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public Rect FromBounds { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property FromBounds As Rect |
A WPF Rect.
See Also