ComponentOne Xamarin.Android
SetElegantTextHeight Method (C1CheckBox)


C1.Android.Core Assembly > C1.Android.Core Namespace > C1CheckBox Class : SetElegantTextHeight Method
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("setElegantTextHeight", 
   "(Z)V", 
   "GetSetElegantTextHeight_ZHandler", 
   ApiSince=21)>
Public Overridable Sub SetElegantTextHeight( _
   ByVal elegant As Boolean _
) 
'Usage
 
Dim instance As C1CheckBox
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

Reference

C1CheckBox Class
C1CheckBox Members