PowerTools SPREAD for ASP.NET 8.0J
Background プロパティ (CommandBarInfo)

Spreadコンポーネントのコマンドバーのグラデーションスタイル情報を取得または設定します。
構文
'Declaration
 
Public Property Background As Background
public Background Background {get; set;}
次のサンプルコードは、コマンドバーのグラデーション色を設定します。
FpSpread1.CommandBar.Background.GradientStartColor = Drawing.Color.DarkGray;
FpSpread1.CommandBar.Background.GradientEndColor = Drawing.Color.LightGray;
FpSpread1.CommandBar.Background.GradientStartColor = Drawing.Color.DarkGray
FpSpread1.CommandBar.Background.GradientEndColor = Drawing.Color.LightGray
参照

CommandBarInfo クラス
CommandBarInfo メンバ

 

 


© 2003-2015, GrapeCity inc. All rights reserved.