ItemsRepeater.Background Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a brush that provides the background of the control.
public:
property Brush ^ Background { Brush ^ get(); void set(Brush ^ value); };
Brush Background();
void Background(Brush value);
public Brush Background { get; set; }
var brush = itemsRepeater.background;
itemsRepeater.background = brush;
Public Property Background As Brush
Property Value
The brush that provides the background of the control. The default is null, (a null brush) which is evaluated as Transparent for rendering.