ComponentOne Xamarin.Android
Y Property (C1Point)


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

Property Value

The y.
See Also

Reference

C1Point Structure
C1Point Members