Control.BackgroundImageLayout プロパティ
アセンブリ: System.Windows.Forms (system.windows.forms.dll 内)

Dim instance As Control Dim value As ImageLayout value = instance.BackgroundImageLayout instance.BackgroundImageLayout = value
[LocalizableAttribute(true)] public: virtual property ImageLayout BackgroundImageLayout { ImageLayout get (); void set (ImageLayout value); }
/** @property */ public ImageLayout get_BackgroundImageLayout () /** @property */ public void set_BackgroundImageLayout (ImageLayout value)
public function get BackgroundImageLayout () : ImageLayout public function set BackgroundImageLayout (value : ImageLayout)
ImageLayout の値 (Center、None、Stretch、Tile、または Zoom) の 1 つ。既定値は Tile です。


コントロールに配置したイメージの位置および動作を指定するには、BackgroundImageLayout プロパティを使用します。BackgroundImageLayout は、BackgroundImage プロパティが設定されている場合にだけ有効になります。
BackgroundImageLayout を Tile 以外に設定することにより、大きなイメージを使用した場合のパフォーマンスを高めることができます。

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からControl.BackgroundImageLayout プロパティを検索する場合は、下記のリンクをクリックしてください。

- Control.BackgroundImageLayout プロパティのページへのリンク