MESCIUS SPREAD for Windows Forms 15.0J
CreateGradientFill(IStyles,Double,Color,Color) メソッド

グラデーション塗りつぶしを作成するGrapeCity.Spreadsheet.IStylesオブジェクト。
線形グラデーションの角度を示すSystem.Double値。
このグラデーション塗りつぶしを構成する最初のグラデーションストップの色を指定するGrapeCity.Spreadsheet.Color値。
このグラデーション塗りつぶしを構成する2番目のグラデーションストップの色を指定するGrapeCity.Spreadsheet.Color値。
線形グラデーション塗りつぶしを作成します。
構文
'宣言
 
Public Overloads Shared Function CreateGradientFill( _
   ByVal styles As IStyles, _
   ByVal degree As Double, _
   ByVal color1 As Color, _
   ByVal color2 As Color _
) As Fill
public static Fill CreateGradientFill( 
   IStyles styles,
   double degree,
   Color color1,
   Color color2
)

パラメータ

styles
グラデーション塗りつぶしを作成するGrapeCity.Spreadsheet.IStylesオブジェクト。
degree
線形グラデーションの角度を示すSystem.Double値。
color1
このグラデーション塗りつぶしを構成する最初のグラデーションストップの色を指定するGrapeCity.Spreadsheet.Color値。
color2
このグラデーション塗りつぶしを構成する2番目のグラデーションストップの色を指定するGrapeCity.Spreadsheet.Color値。

戻り値の型

作成されたグラデーション塗りつぶしを表すGrapeCity.Spreadsheet.Fill値。
参照

StyleExtensions クラス
StyleExtensions メンバ
オーバーロード一覧

 

 


© MESCIUS inc. All rights reserved.