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


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

The default is to align to left/top, stretch horizontally and vertically, and keep aspect ratio.

参照

Style クラス
Style メンバ
ImageAlign プロパティ