Aurigma Graphics Mill 5.5 for .NET
AdvancedPsdTextFrame..::.TextBrush Property
Gets the brush object which represents the text color.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill.Codecs.AdvancedPsd (in Aurigma.GraphicsMill.Codecs.AdvancedPsd.dll)
Syntax
Visual Basic
Public ReadOnly Property TextBrush As SolidBrush
C#
public SolidBrush TextBrush { get; }
Remarks
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).