System.Windows.Forms.ImageLayout 列挙体で定義された背景イメージレイアウトを取得または設定します。
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Property BackgroundImageLayout As System.Windows.Forms.ImageLayout
             
        
            
            public System.Windows.Forms.ImageLayout BackgroundImageLayout {get; set;}
             
        
             
        
            
            
            プロパティ値
System.Windows.Forms.ImageLayout の値の 1 つ(
System.Windows.Forms.ImageLayout.Center、
System.Windows.Forms.ImageLayout.None、
System.Windows.Forms.ImageLayout.Stretch、
System.Windows.Forms.ImageLayout.Tile、
System.Windows.Forms.ImageLayout.Zoom のいずれか)。デフォルト値は 
System.Windows.Forms.ImageLayout.Tile です。
 
            
            
            
            
            
            
            
            
            
            
            
            参照