Table of Contents

Method SetMinToolLabelTextWidth

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

SetMinToolLabelTextWidth(float)

Sets the minimum text width for the labels of all child speed buttons.

public virtual void SetMinToolLabelTextWidth(float width)

Parameters

width float

The 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.