InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / StyleFontDelta Class / SpecificFont Property

In This Topic
    SpecificFont Property (StyleFontDelta)
    In This Topic
    Gets or sets the specific font that will be used instead of the base font.
    Syntax
    'Declaration
     
    Public Property SpecificFont As Font
    public Font SpecificFont {get; set;}
    See Also