This documentation is for the old version. Go to the latest Graphics Mill docs

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; }

Property Value

SolidBrush which has the same color as specified by the Color property.

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).

See Also

Reference