TextControlBaseMeasureString(Int32) Method

Definition

Namespace: Firefly.Box.UI.Advanced
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public Size MeasureString(
	int length
)

Parameters

length  Int32
The length of the string to fit

Return Value

Size
The Size needed to contain a string that matches the length specified

See Also