'Declaration Public Shared Function TextJustifyFromString( _ ByVal textJustify As String _ ) As TextJustify
public static TextJustify TextJustifyFromString( string textJustify )
Parameters
- textJustify
- The string representation of text justify.
Return Value
The corresponding GrapeCity.ActiveReports.Drawing.TextJustify enumeration value.