TreeView for WinForms | ComponentOne
C1.Framework 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.Drawing.FontFamily.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute("")>
    Public Property Text As String
    [DefaultValue("")]
    public string Text {get; set;}
    See Also