MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Tools Namespace / Converters Class / TextJustifyFromString Method
The string representation of text justify.

In This Topic
TextJustifyFromString Method
In This Topic
Converts a string representation of text justify to the corresponding GrapeCity.ActiveReports.Drawing.TextJustify enumeration value.
Syntax
'Declaration
 
Public Shared Function TextJustifyFromString( _
   ByVal textJustify As String _
) As TextJustify
 

Parameters

textJustify
The string representation of text justify.

Return Value

The corresponding GrapeCity.ActiveReports.Drawing.TextJustify enumeration value.
See Also