ScrollBar.BackgroundImageLayout 属性

定义

获取或设置枚举中 ImageLayout 定义的背景图像布局。

public:
 virtual property System::Windows::Forms::ImageLayout BackgroundImageLayout { System::Windows::Forms::ImageLayout get(); void set(System::Windows::Forms::ImageLayout value); };
[System.ComponentModel.Browsable(false)]
public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.BackgroundImageLayout : System.Windows.Forms.ImageLayout with get, set
Public Overrides Property BackgroundImageLayout As ImageLayout

属性值

值之 ImageLayout 一(居中、无、拉伸、磁贴或缩放)。 磁贴是默认值。

属性

适用于

另请参阅