Share via


GradientStops.Item Property

Gets a GradientStop object from a GradientStops collection. Read-only.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
ReadOnly Default Property Item ( _
    Index As Integer _
) As GradientStop
    Get
'Usage
Dim instance As GradientStops
Dim Index As Integer
Dim value As GradientStop

value = instance(Index)
GradientStop this[
    int Index
] { get; }

Parameters

  • Index
    Type: System.Int32

    The name or index number of the object returned.

Property Value

Type: Microsoft.Office.Core.GradientStop
GradientStop

See Also

Reference

GradientStops Interface

GradientStops Members

Microsoft.Office.Core Namespace