Table of Contents

Property Background

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Background

Gets or sets the background brush for the control. Usage of this property depends on the control. Not all controls support it.

public override Brush? Background { get; set; }

Property Value

Brush

Remarks

Currently PictureBox and Border use brush assigned to this property for background painting.