MESCIUS SPREAD for Windows Forms 15.0J
ForegroundImage プロパティ (ChartShape)
使用例 

要素の前景画像を取得または設定します。
構文
'宣言
 
Public Overrides Property ForegroundImage As Picture
public override Picture ForegroundImage {get; set;}
使用例
control.ForegroundImage = new FarPoint.Win.Picture(Image.FromFile("d:\overlay.bmp")); control.MarginTop = 3; control.MarginBottom = 3;
control.ForegroundImage = New FarPoint.Win.Picture(Image.FromFile("d:\overlay.bmp")) control.MarginTop = 3 control.MarginBottom = 3
参照

ChartShape クラス
ChartShape メンバ

 

 


© MESCIUS inc. All rights reserved.