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

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

    Parameters

    value
    String value to convert.

    Return Value

    A value of VerticalAlignment type.
    See Also