InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / Style Class / Font Property

In This Topic
    Font Property (Style)
    In This Topic
    Gets or sets the font used to paint text within the element.
    Syntax
    'Declaration
     
    Public Property Font As Font
    public Font Font {get; set;}
    Remarks
    If this property is set to null, the text will be painted using the font specified by the parent element's font.
    See Also