Table of Contents

Property MessageStrokeBrush

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

MessageStrokeBrush

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

public Brush MessageStrokeBrush { get; set; }

Property Value

Brush

A Brush specifying the brush of the Pen for stroking the message text. The default is Maroon.

Remarks

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