ComponentOne Xamarin.Android
SetTypeface Method (C1CheckBox)


C1.Android.Core Assembly > C1.Android.Core Namespace > C1CheckBox Class : SetTypeface Method
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("setTypeface", 
   "(Landroid/graphics/Typeface;I)V", 
   "GetSetTypeface_Landroid_graphics_Typeface_IHandler")>
Public Overridable Sub SetTypeface( _
   ByVal tf As Android.Graphics.Typeface, _
   ByVal style As Android.Graphics.TypefaceStyle _
) 
'Usage
 
Dim instance As C1CheckBox
Dim tf As Android.Graphics.Typeface
Dim style As Android.Graphics.TypefaceStyle
 
instance.SetTypeface(tf, style)
[Android.Runtime.Register("setTypeface", 
   "(Landroid/graphics/Typeface;I)V", 
   "GetSetTypeface_Landroid_graphics_Typeface_IHandler")]
public virtual void SetTypeface( 
   Android.Graphics.Typeface tf,
   Android.Graphics.TypefaceStyle style
)

Parameters

tf
style
See Also

Reference

C1CheckBox Class
C1CheckBox Members