PointD.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 PointD
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
- 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.