LineSegmentAccessibleObject.Bounds Property
This member overrides AccessibleObject.Bounds.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property Bounds As Rectangle
'Usage
Dim instance As LineSegmentAccessibleObject
Dim value As Rectangle
value = instance.Bounds
public override Rectangle Bounds { get; }
public:
virtual property Rectangle Bounds {
Rectangle get () override;
}
public 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.
See Also
Reference
LineSegmentAccessibleObject Class