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


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

デフォルトは空の文字列です。

参照

Style クラス
Style メンバ