Table of Contents

Method LabelSuggestedWidth

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

LabelSuggestedWidth(double)

Sets SuggestedWidth property for the inner labels of all controls in the set. Control must implement IControlAndLabel interface in order to allow this method to work.

public virtual ControlSet LabelSuggestedWidth(double value)

Parameters

value double

Returns

ControlSet

Returns this object instance for use in the call sequences.