WindowsFormsHost.Background Property

Definition

Gets or sets the hosted control's background as an ambient property.

public:
 property System::Windows::Media::Brush ^ Background { System::Windows::Media::Brush ^ get(); void set(System::Windows::Media::Brush ^ value); };
public System.Windows.Media.Brush Background { get; set; }
member this.Background : System.Windows.Media.Brush with get, set
Public Property Background As Brush

Property Value

A Brush set to the background color.

Remarks

This dependency property is identified by the BackgroundProperty field. By default, this property is mapped to update the Control.BackColor and Control.BackgroundImage properties of the hosted control.

For more information on mapping the Background property, see Windows Forms and WPF Property Mapping.

XAML Attribute Usage

<object Background="Brush"/>

XAML Values

Brush See Brush for XAML Attribute syntax.

Dependency Property Information

Identifier field BackgroundProperty
Metadata properties set to true AffectsRender, SubPropertiesDoNotAffectRender

Applies to

See also