ComponentOne Basic Library for WPF and Silverlight
Text Property (C1FontIcon)


C1.WPF Namespace > C1FontIcon Class : Text Property
Gets the text that represents the icon in the specified System.Windows.Media.FontFamily.
Syntax
'Declaration
 
Public Property Text As System.String
'Usage
 
Dim instance As C1FontIcon
Dim value As System.String
 
instance.Text = value
 
value = instance.Text
public System.string Text {get; set;}
See Also

Reference

C1FontIcon Class
C1FontIcon Members