Share via


RectangleD.X Property

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

Syntax

'Declaration
Public Property X As Double
'Usage
Dim instance As RectangleD 
Dim value As Double 

value = instance.X

instance.X = value
public double X { get; set; }
public:
property double X {
    double get ();
    void set (double value);
}
public function get X () : double 
public function set X (value : double)

Property Value

Type: System.Double

.NET Framework Security

See Also

Reference

RectangleD Structure

RectangleD Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace