C1.Android.Input Assembly / C1.Android.Input Namespace / C1MaskedTextView Class / SetElegantTextHeight Method


In This Topic
SetElegantTextHeight Method (C1MaskedTextView)
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 C1MaskedTextView
Dim elegant As Boolean
 
instance.SetElegantTextHeight(elegant)

Parameters

elegant
See Also