Click or drag to resize

StiReportObjectStringConverterConvertStringToBrush Method

Converts a string into a brush.

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiBrush ConvertStringToBrush(
	string str
)

Parameters

str
Type: SystemString
String that shows brush.

Return Value

Type: StiBrush
Brush got as a result of conversion.
See Also