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
Remarks
If both the fill and stroke brushes of the message text are null, no text is drawn.