DiagramViewAccessibleObject.Bounds Property

This member overrides AccessibleObject.Bounds.

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

Syntax

'Declaration
Public Overrides ReadOnly Property Bounds As Rectangle
public override Rectangle Bounds { get; }
public:
virtual property Rectangle Bounds {
    Rectangle get () override;
}
abstract Bounds : Rectangle with get 
override Bounds : Rectangle with get
override function get Bounds () : Rectangle

Property Value

Type: Rectangle

.NET Framework Security

See Also

Reference

DiagramViewAccessibleObject Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace