ComponentOne Xamarin.Android
Height Property (C1Rect)


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

Reference

C1Rect Structure
C1Rect Members