ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Rdl.Themes Namespace / Colors Class / Item Property / Item(String) Property

In This Topic
    Item(String) Property
    In This Topic
    Gets the color with the given name.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal name As String _
    ) As String
    public string Item( 
       string name
    ) {get;}

    Parameters

    name
    See Also