Click or drag to resize

DownloadProgressChangedEventArgsProgressPercentage Property

Gets the asynchronous task progress percentage.

Namespace: Downloader
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public double ProgressPercentage { get; }

Return Value

Double
A percentage value indicating the asynchronous task progress.
See Also