StorageItemPropertiesSize Property

Gets the size of the file in bytes.

Definition

Namespace: Avalonia.Platform.Storage
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public ulong? Size { get; }

Property Value

NullableUInt64

Remarks

Can be null if property is not available.

See Also