Property MaxSize
MaxSize
Gets the largest size among all items in the collection.
public virtual SizeD MaxSize { get; }
Property Value
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.