Compartir a través de


GradientStops.Item[Int32] Propiedad

Definición

Obtiene un GradientStop objeto de una GradientStops colección. Solo lectura.

public:
 property Microsoft::Office::Core::GradientStop ^ default[int] { Microsoft::Office::Core::GradientStop ^ get(int Index); };
public Microsoft.Office.Core.GradientStop this[int Index] { get; }
member this.Item(int) : Microsoft.Office.Core.GradientStop
Default Public ReadOnly Property Item(Index As Integer) As GradientStop

Parámetros

Index
Int32

Nombre o número de índice del objeto devuelto.

Valor de propiedad

GradientStop

Se aplica a