Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor.UICustomization Namespace / XHTMLItemBase Class / StringToHAlign Method
String value to convert.

In This Topic
    StringToHAlign Method
    In This Topic
    Converts a string to a value of HorizontalAlignment type.
    Syntax
    'Declaration
     
    Public Shared Function StringToHAlign( _
       ByVal value As System.String _
    ) As HorizontalAlignment
    public static HorizontalAlignment StringToHAlign( 
       System.string value
    )

    Parameters

    value
    String value to convert.

    Return Value

    A value of HorizontalAlignment type.
    See Also