Stylizes the text with just color.
Namespace: CleanCode.FormsAssembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
public void AppendStylizedText(
string text,
Color color
)
public void AppendStylizedText(
string text,
Color color
)
Public Sub AppendStylizedText ( _
text As String, _
color As Color _
)
Public Sub AppendStylizedText ( _
text As String, _
color As Color _
)
public:
void AppendStylizedText(
String^ text,
Color color
)
public:
void AppendStylizedText(
String^ text,
Color color
)