TextControlBaseMeasureString(Int32) Method
Namespace: Firefly.Box.UI.AdvancedAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public Size MeasureString(
int length
)
Public Function MeasureString (
length As Integer
) As Size
member MeasureString :
length : int -> Size
- length Int32
- The length of the string to fit
SizeThe
Size needed to contain a string that matches the
length specified