combit List & Label 29 - .NET Help
combit.Reporting.Dom Namespace / PropertyDesignSchemeColors Class / Item Property

Position of the color value.



In This Topic
    Item Property (PropertyDesignSchemeColors)
    In This Topic

    Returns or sets the color in the design scheme.

    Syntax
    'Declaration
     
    
    Public Overrides Default Property Item( _
       ByVal index As Integer _
    ) As String
    public override string this[ 
       int index
    ]; {get; set;}
    public:
    property String^ default [int] override {
       String^ get(int index) override;
       void set (int index, String^ value) override;
    }

    Parameters

    index

    Position of the color value.

    Property Value

    String that determines or returns the color value. It is important to keep this structure: RGB(r, g, b)

    r = intensity of the red color

    g = intensity of the green color

    b = intensity of the blue color

    Requirements

    Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
    .NET: .NET Framework 4.8, .NET 6, .NET 7, .NET 8

    See Also