Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.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 Android.Graphics.Color
    'Usage
     
    
    Dim instance As C1ThemeInfo
    Dim value As Android.Graphics.Color
     
    value = instance.TextColor
    public Android.Graphics.Color TextColor {get;}
    See Also