InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / StyleFontSet Class / Item Property

In This Topic
    Item Property (StyleFontSet)
    In This Topic
    Gets the font 'delta' for the specified StyleFont.
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal styleFont As StyleFont _
    ) As StyleFontDelta
    public StyleFontDelta this[ 
       StyleFont styleFont
    ]; {get;}

    Parameters

    styleFont
    See Also