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

Position of the color value.



Item Property (PropertyDesignSchemeColors)

Returns or sets the color in the design scheme.

Syntax
'Declaration
 
Public Overrides Default Property Item( _
   ByVal index As Integer _
) As String
 

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 8, .NET 9

See Also