Share via


IXRBorder::SetBackground (Compact 2013)

3/28/2014

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

See Also

Reference

IXRBorder