ComponentOne Xamarin.Android
Height Property (C1Size)


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

Property Value

The height.
See Also

Reference

C1Size Structure
C1Size Members