SwipeItems.Size Property

Definition

Gets the size (count) of the collection.

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

public:
 property unsigned int Size { unsigned int get(); };
uint32_t Size();
public uint Size { get; }
Public ReadOnly Property Size As UInteger

Property Value

UInt32

unsigned int

uint32_t

The count of items in the collection.

Implements

Applies to