Excel for WPF | ComponentOne
C1.WPF.Excel Namespace / XLFont Class / GetMeasure Method
The text for measuring.

In This Topic
    GetMeasure Method
    In This Topic
    Gets text measure as System.Windows.Size of this font.
    Syntax
    'Declaration
     
    
    Public Function GetMeasure( _
       ByVal text As String _
    ) As Size
    public Size GetMeasure( 
       string text
    )

    Parameters

    text
    The text for measuring.

    Return Value

    The size in points of the text for this font.
    See Also