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

In This Topic
    Font Property (InputOption)
    In This Topic
    Gets or sets the Font used by the InputComponent.
    Syntax
    'Declaration
     
    Public Overridable Property Font As Font
    public virtual Font Font {get; set;}
    See Also