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


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