Xamarin.Android | ComponentOne
C1.Android.Gauge Assembly / C1.Android.Gauge Namespace / C1Gauge Class / MeasuredHeight Property


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