Share via


PointD.X Property

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

Syntax

'Declaration
Public Property X As Double
public double X { get; set; }
public:
property double X {
    double get ();
    void set (double value);
}
member X : float with get, set
function get X () : double
function set X (value : double)

Property Value

Type: System.Double

.NET Framework Security

See Also

Reference

PointD Structure

Microsoft.VisualStudio.Modeling.Diagrams Namespace