Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1Rect Structure / Height Property


In This Topic
    Height Property (C1Rect)
    In This Topic
    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