SwipeBehaviorOnInvoked Enum
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Menentukan konstanta yang menentukan perilaku SwipeControl setelah perintah dipanggil.
public enum class SwipeBehaviorOnInvoked
/// [Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=5)]
/// [Windows.Foundation.Metadata.Version(1)]
enum class SwipeBehaviorOnInvoked
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 65536)]
enum class SwipeBehaviorOnInvoked
[Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=5)]
[Windows.Foundation.Metadata.Version(1)]
public enum SwipeBehaviorOnInvoked
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 65536)]
public enum SwipeBehaviorOnInvoked
Public Enum SwipeBehaviorOnInvoked
- Warisan
-
SwipeBehaviorOnInvoked
- Atribut
-
Microsoft.UI.Xaml.CustomAttributes.MUXContractPropertyAttribute VersionAttribute ContractVersionAttribute
Bidang
Auto | 0 | Dalam mode Ungkapkan , SwipeControl ditutup setelah item dipanggil. Dalam mode Jalankan , SwipeControl tetap terbuka. |
Close | 1 | SwipeControl ditutup setelah item dipanggil. |
RemainOpen | 2 | SwipeControl tetap terbuka setelah item dipanggil. |
Contoh
Tip
Untuk informasi selengkapnya, panduan desain, dan contoh kode, lihat Gesek.
Aplikasi WinUI 3 Gallery mencakup contoh interaktif sebagian besar kontrol, fitur, dan fungsi WinUI 3. Dapatkan aplikasi dari Microsoft Store atau dapatkan kode sumber di GitHub.