FieldAccessibleObject.Bounds Property

Gets the location and size of the accessible object.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.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
override Bounds : Rectangle
override function get Bounds () : Rectangle

Property Value

Type: System.Drawing.Rectangle

.NET Framework Security

See Also

Reference

FieldAccessibleObject Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace