Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Core Assembly / C1.Xamarin.Forms.Core Namespace / C1ThemeInfo Class / TextColor Property


In This Topic
    TextColor Property (C1ThemeInfo)
    In This Topic
    Gets the text color of the theme.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property TextColor As Xamarin.Forms.Color
    'Usage
     
    
    Dim instance As C1ThemeInfo
    Dim value As Xamarin.Forms.Color
     
    value = instance.TextColor
    public Xamarin.Forms.Color TextColor {get;}
    See Also