Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor.UICustomization Namespace / XHTMLItemBase Class / ReadHorAlignAttribute Method

In This Topic
    ReadHorAlignAttribute Method
    In This Topic
    For internal use.
    Syntax
    'Declaration
     
    Protected Sub ReadHorAlignAttribute( _
       ByVal attrs As System.Xml.XmlAttributeCollection, _
       ByRef target As HorizontalAlignment _
    ) 
    protected void ReadHorAlignAttribute( 
       System.Xml.XmlAttributeCollection attrs,
       ref HorizontalAlignment target
    )

    Parameters

    attrs
    target
    See Also