LineSegmentAccessibleObject.Bounds Property
Gets the location and size of the accessible object.
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
- 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.