Method SetMinToolLabelTextWidth
SetMinToolLabelTextWidth(float)
Sets the minimum text width for the labels of all child speed buttons.
public virtual void SetMinToolLabelTextWidth(float width)
Parameters
widthfloatThe minimum width, in device-independent units, to set for the labels' text.
Remarks
This method iterates through the child elements and applies the specified minimum text width to the labels of all child elements that are of type SpeedButton.