ComponentOne Xamarin.iOS
Text Property (C1FontIcon)


C1.iOS.Core Assembly > C1.iOS.Core Namespace > C1FontIcon Class : Text Property
Gets the text that represents the icon in the specified FontFamily.
Syntax
'Declaration
 
<Foundation.ExportAttribute("Text")>
<BrowsableAttribute(True)>
Public Property Text As String
'Usage
 
Dim instance As C1FontIcon
Dim value As String
 
instance.Text = value
 
value = instance.Text
[Foundation.Export("Text")]
[Browsable(true)]
public string Text {get; set;}
See Also

Reference

C1FontIcon Class
C1FontIcon Members