FillFormat.GradientStops プロパティ

定義

指定した GradientStops 塗りつぶし形式に関連付けられているコレクションを取得します。

public:
 property Microsoft::Office::Core::GradientStops ^ GradientStops { Microsoft::Office::Core::GradientStops ^ get(); };
public Microsoft.Office.Core.GradientStops GradientStops { get; }
member this.GradientStops : Microsoft.Office.Core.GradientStops
Public ReadOnly Property GradientStops As GradientStops

プロパティ値

GradientStops指定した塗りつぶし形式に関連付けられているコレクション。

注釈

値の取得と設定が可能です。 グラデーションとは別に 1 つの色の状態からスムーズに移行します。 このセクションのエンドポイントを分岐点と呼びます。 HYPERLINK "ms-help://AstroNS2/WINWORD" を使用できます。DEV/content/ms-help/HV10343554.htm" GradientStops.Insert メソッドを使用して、指定したオブジェクトの GradientStops コレクションにグラデーションの位置を追加します。

適用対象