SetElegantTextHeight Method (C1TextBox)
In This Topic
Syntax
'Declaration
<Android.Runtime.RegisterAttribute("setElegantTextHeight",
"(Z)V",
"GetSetElegantTextHeight_ZHandler",
ApiSince=21)>
Public Overridable Sub SetElegantTextHeight( _
ByVal 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
)
Parameters
- elegant
See Also