Share via


AbsoluteBoundsChangedEventArgs.NewAbsoluteBounds Property

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

Syntax

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

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

Property Value

Type: Microsoft.VisualStudio.Modeling.Diagrams.RectangleD

.NET Framework Security

See Also

Reference

AbsoluteBoundsChangedEventArgs Class

AbsoluteBoundsChangedEventArgs Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace