ComponentOne Xamarin.Android
TextFormatted Property (C1CheckBox)


C1.Android.Core Assembly > C1.Android.Core Namespace > C1CheckBox Class : TextFormatted Property
Syntax
'Declaration
 
Public Property TextFormatted As Java.Lang.ICharSequence
'Usage
 
Dim instance As C1CheckBox
Dim value As Java.Lang.ICharSequence
 
instance.TextFormatted = value
 
value = instance.TextFormatted
public Java.Lang.ICharSequence TextFormatted {get; set;}
See Also

Reference

C1CheckBox Class
C1CheckBox Members