ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Rdl.Themes Namespace / Fonts Class / Item Property

In This Topic
    Item Property (Fonts)
    In This Topic
    Gets the font with the associated name.
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal name As String _
    ) As Font
    public Font this[ 
       string name
    ]; {get;}

    Parameters

    name
    See Also