Share via


RectangleD.Bottom Property

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

Syntax

'Declaration
Public ReadOnly Property Bottom As Double
'Usage
Dim instance As RectangleD 
Dim value As Double 

value = instance.Bottom
public double Bottom { get; }
public:
property double Bottom {
    double get ();
}
public function get Bottom () : double

Property Value

Type: System.Double

.NET Framework Security

See Also

Reference

RectangleD Structure

RectangleD Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace