AbsoluteBoundsChangedEventArgs.NewAbsoluteBounds Property

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

Syntax

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

Permissions

See Also

Reference

AbsoluteBoundsChangedEventArgs Class

AbsoluteBoundsChangedEventArgs Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace