PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / RenderText Class / SetWidth Method

In This Topic
    SetWidth Method (RenderText)
    In This Topic
    Override this method to perform additional actions when value of the Width property of object is being defined.
    Syntax
    'Declaration
     
    Protected Overridable Sub SetWidth( _
       ByVal value As Unit _
    ) 
    protected virtual void SetWidth( 
       Unit value
    )

    Parameters

    value
    See Also