Share via


GhostShape.AbsoluteBoundingBox Property

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

Syntax

'Declaration
Public Property AbsoluteBoundingBox As RectangleD
'Usage
Dim instance As GhostShape 
Dim value As RectangleD 

value = instance.AbsoluteBoundingBox

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

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.RectangleD

.NET Framework Security

See Also

Reference

GhostShape Class

GhostShape Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace