PrintDocument for WinForms
BackgroundImage プロパティ (Style)


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview 名前空間 > Style クラス : BackgroundImage プロパティ
背景画像を取得または設定します。
シンタックス
'宣言
 
Public Property BackgroundImage As System.Drawing.Image
'使用法
 
Dim instance As Style
Dim value As System.Drawing.Image
 
instance.BackgroundImage = value
 
value = instance.BackgroundImage
public System.Drawing.Image BackgroundImage {get; set;}
解説
このプロパティは non-ambientです(明示的に設定されていない場合は現在のスタイルの Parentから継承されます)。

デフォルトは画像なしです。

参照

Style クラス
Style メンバ