ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1FontIcon Class / Text Property



In This Topic
    Text Property (C1FontIcon)
    In This Topic
    Gets the text that represents the icon in the specified System.Windows.Media.FontFamily.
    Syntax
    'Declaration
     
    
    Public Property Text As String
    'Usage
     
    
    Dim instance As C1FontIcon
    Dim value As String
     
    instance.Text = value
     
    value = instance.Text
    public string Text {get; set;}
    public:
    property String^ Text {
       String^ get();
       void set (    String^ value);
    }
    See Also