ComponentOne Xamarin.Android
Text Property (C1CheckBox)


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

Reference

C1CheckBox Class
C1CheckBox Members