Visual Basic (Declaration) | |
---|---|
Public Overridable ReadOnly Property BoundingRectangle As Rect |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AnnObject Dim value As Rect value = instance.BoundingRectangle |
C# | |
---|---|
public virtual Rect BoundingRectangle {get;} |
Property Value
A System.Windows.Rect structure that represents the logical bounding rectangle of this AnnObject.For C#/VB examples, refer to AnnObject.Origin.
Read only) This method returns the logical bounding rectangle of this AnnObject. This value is the bounding rectangle of of the AnnObject.DefiningGeometry value.
(For more information, refer to Low-Level Coordinate System for WPF Annotations.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)