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






In This Topic
    Font Property (BarcodeBase)
    In This Topic
    Gets or sets font info for the label text of the control.
    Syntax
    'Declaration
     
    
    <JsonAttribute(1)>
    Public Overridable Property Font As IBarcodeFont
    'Usage
     
    
    Dim instance As BarcodeBase
    Dim value As IBarcodeFont
     
    instance.Font = value
     
    value = instance.Font
    [Json(1)]
    public virtual IBarcodeFont Font {get; set;}
    public read-write property Font: IBarcodeFont; virtual; 
    JsonAttribute(1)
    public function get,set Font : IBarcodeFont
    [Json(1)]
    public: __property virtual IBarcodeFont* get_Font();
    public: __property virtual void set_Font( 
       IBarcodeFont* value
    );
    [Json(1)]
    public:
    virtual property IBarcodeFont^ Font {
       IBarcodeFont^ get();
       void set (    IBarcodeFont^ value);
    }
    See Also