ColorScheme
Item Property
|
Gets the element at the specified index.
Read-only
ColorFormat
.
Namespace:
Spire.Presentation.Drawing
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public ColorFormat this[
ColorSchemeIndex index
] { get; }
Public ReadOnly Default Property Item (
index As ColorSchemeIndex
) As ColorFormat
Get
public:
property ColorFormat^ default[ColorSchemeIndex index] {
ColorFormat^ get (ColorSchemeIndex index);
}
member Item : ColorFormat with get
Parameters
-
index
-
Type:
Spire.Presentation.Drawing
ColorSchemeIndex
Property Value
Type:
ColorFormat
See Also