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


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

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

参照

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