ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1FontIcon Class / Text Property

In This Topic
    Text Property (C1FontIcon)
    In This Topic
    Gets the text that represents the icon in the specified Windows.UI.Xaml.Media.FontFamily.
    Syntax
    'Declaration
     
    Public Property Text As System.String
    public System.string Text {get; set;}
    See Also