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