ComponentOne Xamarin.Android
X Property (C1Point)


C1.Android.Core Assembly > C1.Android.Core Namespace > C1Point Structure : X Property
Gets or sets the x-coordinate value of this C1Point structure.
Syntax
'Declaration
 
Public Property X As Double
'Usage
 
Dim instance As C1Point
Dim value As Double
 
instance.X = value
 
value = instance.X
public double X {get; set;}

Property Value

The x.
See Also

Reference

C1Point Structure
C1Point Members