ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / Font Class / Family Property






In This Topic
    Family Property
    In This Topic
    Gets or sets the typeface name.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute("")>
    Public Property Family As System.String
    'Usage
     
    
    Dim instance As Font
    Dim value As System.String
     
    instance.Family = value
     
    value = instance.Family
    [System.ComponentModel.DefaultValue("")]
    public System.string Family {get; set;}
    public read-write property Family: System.String; 
    System.ComponentModel.DefaultValueAttribute("")
    public function get,set Family : System.String
    [System.ComponentModel.DefaultValue("")]
    public: __property System.string* get_Family();
    public: __property void set_Family( 
       System.string* value
    );
    [System.ComponentModel.DefaultValue("")]
    public:
    property System.String^ Family {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also