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