GhostShape.SourceAbsoluteBoundingBox Property

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

Syntax

'宣言
Public ReadOnly Property SourceAbsoluteBoundingBox As RectangleD
'使用
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

Permissions

See Also

Reference

GhostShape Class

GhostShape Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace