ASP.NET 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
     
    
    <DefaultValueAttribute("")>
    Public Property Family As String
    [DefaultValue("")]
    public string Family {get; set;}
    See Also