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






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