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

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

    Parameters

    value
    See Also