Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / MeasureFloatingCaptionEventArgs Class / MeasureFloatingCaptionEventArgs Constructor
The Graphics object to use for measuring.
The height of the floating caption.

In This Topic
    MeasureFloatingCaptionEventArgs Constructor
    In This Topic
    Initializes a new instance of the MeasureFloatingCaptionEventArgs class
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal graphics As Graphics, _
       ByVal height As Integer _
    )
    public MeasureFloatingCaptionEventArgs( 
       Graphics graphics,
       int height
    )

    Parameters

    graphics
    The Graphics object to use for measuring.
    height
    The height of the floating caption.
    See Also