Share via


GhostShape.SourceAbsoluteBoundingBox Property

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

Syntax

'Declaration
Public ReadOnly Property SourceAbsoluteBoundingBox As RectangleD
'Usage
Dim instance As GhostShape 
Dim value As RectangleD 

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

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.RectangleD

.NET Framework Security

See Also

Reference

GhostShape Class

GhostShape Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace