Share via


GhostShapeCollection.AbsoluteBoundingBox Property

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Syntax

'Declaration
Public ReadOnly Property AbsoluteBoundingBox As RectangleD
'Usage
Dim instance As GhostShapeCollection 
Dim value As RectangleD 

value = instance.AbsoluteBoundingBox
public RectangleD AbsoluteBoundingBox { get; }
public:
property RectangleD AbsoluteBoundingBox {
    RectangleD get ();
}
public function get AbsoluteBoundingBox () : RectangleD

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.RectangleD

.NET Framework Security

See Also

Reference

GhostShapeCollection Class

GhostShapeCollection Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace