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






In This Topic
    FontStyle Property (IBarcodeFont)
    In This Topic
    Gets or Sets the style of the font for the barcode value. The default value for this property is normal.
    Syntax
    'Declaration
     
    
    Property FontStyle As System.String
    'Usage
     
    
    Dim instance As IBarcodeFont
    Dim value As System.String
     
    instance.FontStyle = value
     
    value = instance.FontStyle
    System.string FontStyle {get; set;}
    read-write property FontStyle: System.String; 
    function get,set FontStyle : System.String
    __property System.string* get_FontStyle();
    __property void set_FontStyle( 
       System.string* value
    );
    property System.String^ FontStyle {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also