ProgressBar.ProgressTo(Double, UInt32, Easing) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Animate the Progress property to value.
public:
System::Threading::Tasks::Task<bool> ^ ProgressTo(double value, System::UInt32 length, Microsoft::Maui::Easing ^ easing);
public System.Threading.Tasks.Task<bool> ProgressTo (double value, uint length, Microsoft.Maui.Easing easing);
member this.ProgressTo : double * uint32 * Microsoft.Maui.Easing -> System.Threading.Tasks.Task<bool>
Public Function ProgressTo (value As Double, length As UInteger, easing As Easing) As Task(Of Boolean)
Parameters
- value
- Double
- length
- UInt32
- easing
- Easing
Returns
A Task<bool> you can await on.
Applies to
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.