ChartFillFormat.GradientDegree プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定された 1 色網かけの塗りつぶしのグラデーションの明度を 0.0 (暗) から 1.0 (明) までの範囲で返します。 読み取り専用です。
public:
property float GradientDegree { float get(); };
public float GradientDegree { get; }
member this.GradientDegree : single
Public ReadOnly Property GradientDegree As Single
プロパティ値
単精度浮動小数点型
注釈
このプロパティは読み取り専用です。 メソッドを OneColorGradient(MsoGradientStyle, Int32, Single) 使用して、塗りつぶしのグラデーションの次数を設定します。