|
ColorSequenceCollectionItem Property
|
Gets the Color with specified index.
Namespace:
Accord.Controls
Assembly:
Accord.Controls (in Accord.Controls.dll) Version: 3.8.0
Syntax public Color this[
int i
] { get; }
Public ReadOnly Default Property Item (
i As Integer
) As Color
Get
Request Example
View SourceParameters
- i
- Type: SystemInt32
Property Value
Type:
ColorSee Also