Table of Contents

Method SuggestedSize

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

SuggestedSize(SizeD)

Sets the suggested size for each item in the control set to the specified value.

public virtual ControlSet SuggestedSize(SizeD size)

Parameters

size SizeD

The size to suggest for each item in the control set.

Returns

ControlSet

A ControlSet instance representing the updated state after applying the suggested sizes.

Remarks

This method updates the suggested size of all items in the control set, which may affect the layout and rendering of the controls.