Property MessageBackground
- Namespace
- SharpVectors.Converters
- Assembly
- SharpVectors.Converters.Wpf.dll
MessageBackground
Gets or sets a brush that describes the background of a message text.
public Brush MessageBackground { get; set; }
Property Value
- Brush
A Brush specifying the brush that is used to fill the background of the message text. The default is PapayaWhip. If set to null, the background will not be drawn.