TextFragmentState.MeasureString

TextFragmentState.MeasureString method

Measures the string.

public override double MeasureString(string str)
ParameterTypeDescription
strStringThe string.

Return Value

Width of the string.

See Also