ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / IBarcodeFont Interface / FontFamily Property

In This Topic
    FontFamily Property (IBarcodeFont)
    In This Topic
    Gets or Sets the family of the font for the barcode value. The default value for this property is sans-serif.
    Syntax
    'Declaration
     
    Property FontFamily As String
    string FontFamily {get; set;}
    See Also