TextControlBaseMeasureString(String) Method
Namespace: Firefly.Box.UI.AdvancedAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public Size MeasureString(
string text
)
Public Function MeasureString (
text As String
) As Size
member MeasureString :
text : string -> Size
- text String
- the string to measure
SizeThe
Size needed to contain the
text specified