次の方法で共有


GradientStops.Item[Int32] プロパティ

定義

GradientStopコレクションからオブジェクトをGradientStops取得します。 読み取り専用です。

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

パラメーター

Index
Int32

取得するオブジェクトの名前またはインデックス番号を指定します。

プロパティ値

GradientStop

適用対象