ActionsPane.BackgroundImageLayout Property

Definition

Gets or sets the position and behavior of a background image in the actions pane.

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

Property Value

An object that specifies the position and behavior of a background image in the actions pane.

Attributes

Remarks

This property provides the same functionality as the System.Windows.Forms.Control.BackgroundImageLayout property. For more information about using this property, see System.Windows.Forms.Control.BackgroundImageLayout.

Applies to