ButtonResizeToFit Method
Resizes the
Button according to the
text specified.
Namespace: Firefly.Box.UIAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public void ResizeToFit(
string text
)
Public Sub ResizeToFit (
text As String
)
member ResizeToFit :
text : string -> unit
Parameters
- text String
- The string according to which this Button's size will be determined.