Share via


AbsoluteBoundsChangedEventArgs.OldAbsoluteBounds Property

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

Syntax

'Declaration
Public ReadOnly Property OldAbsoluteBounds As RectangleD
'Usage
Dim instance As AbsoluteBoundsChangedEventArgs 
Dim value As RectangleD 

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

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.RectangleD

.NET Framework Security

See Also

Reference

AbsoluteBoundsChangedEventArgs Class

AbsoluteBoundsChangedEventArgs Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace