ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1BarCode Namespace / C1BarCode Class / TextFont Property

In This Topic
    TextFont Property
    In This Topic
    BarCode Property: Gets or sets the Font used to display the value of the Text property.
    Syntax
    'Declaration
     
    Public Property TextFont As System.Drawing.Font
    public System.Drawing.Font TextFont {get; set;}
    Remarks
    Only if the ShowText property is set to true, the property can be acting.
    See Also