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

In This Topic
    Font Property (JapanesePostal)
    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
    [Json(1)]
    public virtual IBarcodeFont Font {get; set;}
    See Also