Size Property
Gets the size of the file in bytes.
Definition
Namespace: Avalonia.Platform.Storage
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public ulong? Size { get; }
Public ReadOnly Property Size As ULong?
Get
member Size : Nullable<uint64> with get
Property Value
Remarks
Can be null if property is not available.
See Also
Reference
StorageItemProperties Class
Avalonia.Platform.Storage Namespace