Share via


IXRBorder::SetBackground (Windows Embedded CE 6.0)

1/6/2010

This method sets the IXRBrush that fills the background of the border.

Syntax

virtual HRESULT STDMETHODCALLTYPE SetBackground(
    __in IXRBrush *pBackground
) = 0;

Parameters

  • pBackground
    [in] Pointer to an IXRBrush that will fill the background.

Return Values

Returns a standard HRESULT value.

.NET Framework Equivalent

System.Windows.Controls.Border.Background

Requirements

Header XamlRuntime.h
sysgen SYSGEN_XAML_RUNTIME
Windows Embedded CE Windows Embedded CE 6.0 R3

See Also

Reference

IXRBorder