FillFormat.GradientStyle プロパティ

定義

指定された塗りつぶしのグラデーションのスタイルを取得します。

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

プロパティ値

注釈

または TwoColorGradient(MsoGradientStyle, Int32) メソッドをOneColorGradient(MsoGradientStyle, Int32, Single)使用して、塗りつぶしのグラデーション スタイルを設定します。

グラデーションが設定されていない塗りつぶしに対してこのプロパティを取得しようとすると、エラーが発生します。 プロパティを Type 使用して、塗りつぶしにグラデーションがあるかどうかを判断します。

適用対象