Xamarin.Android | ComponentOne
C1.Android.Input Assembly / C1.Android.Input Namespace / C1TextBox Class / SetElegantTextHeight Method


In This Topic
    SetElegantTextHeight Method (C1TextBox)
    In This Topic
    Syntax
    'Declaration
     
    
    <Android.Runtime.RegisterAttribute("setElegantTextHeight", 
       "(Z)V", 
       "GetSetElegantTextHeight_ZHandler", 
       ApiSince=21)>
    Public Overridable Sub SetElegantTextHeight( _
       ByVal elegant As Boolean _
    ) 
    'Usage
     
    
    Dim instance As C1TextBox
    Dim elegant As Boolean
     
    instance.SetElegantTextHeight(elegant)
    [Android.Runtime.Register("setElegantTextHeight", 
       "(Z)V", 
       "GetSetElegantTextHeight_ZHandler", 
       ApiSince=21)]
    public virtual void SetElegantTextHeight( 
       bool elegant
    )

    Parameters

    elegant
    See Also