Table of Contents

Property MessageFillBrush

Namespace
SharpVectors.Converters
Assembly
SharpVectors.Converters.Wpf.dll

MessageFillBrush

Gets or sets the brush with which to fill the message text. This is optional, and can be null. If the brush is null, no fill is drawn.

public Brush MessageFillBrush { get; set; }

Property Value

Brush

A Brush specifying the fill of the message text. The default is Gold.

Remarks

If both the fill and stroke brushes of the message text are null, no text is drawn.