Table of Contents

Property MaxSize

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

MaxSize

Gets the largest size among all items in the collection.

public virtual SizeD MaxSize { get; }

Property Value

SizeD

Remarks

If the collection contains no items, the default value of SizeD is returned. This property is useful for determining layout constraints or rendering bounds based on the maximum item size.