InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputControlHost Class / Font Property

In This Topic
    Font Property (InputControlHost)
    In This Topic
    The font used to display text in the hosted control.
    Syntax
    'Declaration
     
    Public Overridable Shadows Property Font As Font
    public virtual new Font Font {get; set;}
    See Also