AvaloniaListTCapacity Property

Gets or sets the total number of elements the internal data structure can hold without resizing.

Definition

Namespace: Avalonia.Collections
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public int Capacity { get; set; }

Property Value

Int32

See Also