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


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