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


C1.Document アセンブリ > C1.Document 名前空間 > Style クラス : BackgroundImage プロパティ
Gets or sets the background image. The image is aligned using BackgroundImageAlign.
シンタックス
'宣言
 
Public Property BackgroundImage As GrapeCity.Documents.Drawing.IImage
'使用法
 
Dim instance As Style
Dim value As GrapeCity.Documents.Drawing.IImage
 
instance.BackgroundImage = value
 
value = instance.BackgroundImage
public GrapeCity.Documents.Drawing.IImage BackgroundImage {get; set;}
解説
This property is non-ambient (inherited from the Parent of the current style if not explicitly set).

The default is no image.

参照

参照

Style クラス
Style メンバ