Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1Icon Class / Height Property


In This Topic
    Height Property (C1Icon)
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Height As Integer
    'Usage
     
    
    Dim instance As C1Icon
    Dim value As Integer
     
    value = instance.Height
    public int Height {get;}
    See Also