InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework.Html Namespace / HtmlRenderer Class / Layout Method / Layout(String,Font,Brush,Single) Method

In This Topic
    Layout(String,Font,Brush,Single) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub Layout( _
       ByVal text As String, _
       ByVal font As Font, _
       ByVal brush As Brush, _
       ByVal width As Single _
    ) 
    public void Layout( 
       string text,
       Font font,
       Brush brush,
       float width
    )

    Parameters

    text
    font
    brush
    width
    See Also