Gets the brush object which represents the text color.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill.Codecs.AdvancedPsd (in Aurigma.GraphicsMill.Codecs.AdvancedPsd.dll)
Public ReadOnly Property TextBrush As SolidBrush
public SolidBrush TextBrush { get; }
This property is more convenient to use than the Color when you are drawing the text string with DrawString(String, Font, Pen, Brush, Int32, Int32).