ButtonResizeToFit Method

Resizes the Button according to the text specified.

Definition

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

Parameters

text  String
The string according to which this Button's size will be determined.

See Also