Skip to main content
A newer version of this page is available. .

SplashScreenService.Progress Property

Gets or sets the current progress value. This is a dependency property.

Namespace: DevExpress.Mvvm.UI

Assembly: DevExpress.UI.Xaml.v20.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public double Progress { get; set; }

Property Value

Type Description
Double

A System.Double object specifying the current progress value.

See Also