ComponentOne Xamarin.iOS
CheckedText Property


C1.iOS.Core Assembly > C1.iOS.Core Namespace > C1ToggleButton Class : CheckedText Property
Gets or sets the text show when the button is checked.
Syntax
'Declaration
 
Public Property CheckedText As String
'Usage
 
Dim instance As C1ToggleButton
Dim value As String
 
instance.CheckedText = value
 
value = instance.CheckedText
public string CheckedText {get; set;}
See Also

Reference

C1ToggleButton Class
C1ToggleButton Members