ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / TitleStyle Class / Foreground Property






In This Topic
    Foreground Property (TitleStyle)
    In This Topic
    Get or set the fore ground color of the title
    Syntax
    'Declaration
     
    
    Public Property Foreground As System.String
    'Usage
     
    
    Dim instance As TitleStyle
    Dim value As System.String
     
    instance.Foreground = value
     
    value = instance.Foreground
    public System.string Foreground {get; set;}
    public read-write property Foreground: System.String; 
    public function get,set Foreground : System.String
    public: __property System.string* get_Foreground();
    public: __property void set_Foreground( 
       System.string* value
    );
    public:
    property System.String^ Foreground {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also