ComponentOne Xamarin.Android
Y Property (C1Rect)


C1.Android.Core Assembly > C1.Android.Core Namespace > C1Rect Structure : Y Property
Gets or sets the y-axis value of the top side of the rectangle.
Syntax
'Declaration
 
Public Property Y As Double
'Usage
 
Dim instance As C1Rect
Dim value As Double
 
instance.Y = value
 
value = instance.Y
public double Y {get; set;}
See Also

Reference

C1Rect Structure
C1Rect Members