Xamarin.Android | ComponentOne
C1.Android.Input Assembly / C1.Android.Input Namespace / C1TexBoxBackgroundDrawable Class / IntrinsicHeight Property


In This Topic
    IntrinsicHeight Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property IntrinsicHeight As Integer
    'Usage
     
    
    Dim instance As C1TexBoxBackgroundDrawable
    Dim value As Integer
     
    value = instance.IntrinsicHeight
    public virtual int IntrinsicHeight {get;}
    See Also