SubfieldAccessibleObject.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
'宣言
Public Overrides ReadOnly Property Bounds As Rectangle
Get
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.