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