TextControlBaseMeasureString(String) Method

Definition

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

Parameters

text  String
the string to measure

Return Value

Size
The Size needed to contain the text specified

See Also