SwipeViewSwipeChanging Constructors
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.
Overloads
SwipeViewSwipeChanging(SwipeViewSwipeChanging) | |
SwipeViewSwipeChanging(SwipeDirection, Double) |
SwipeViewSwipeChanging(SwipeViewSwipeChanging)
- Source:
- SwipeViewSwipeChanging.cs
- Source:
- SwipeViewSwipeChanging.cs
protected:
SwipeViewSwipeChanging(Microsoft::Maui::SwipeViewSwipeChanging ^ original);
protected SwipeViewSwipeChanging (Microsoft.Maui.SwipeViewSwipeChanging original);
Protected Sub New (original As SwipeViewSwipeChanging)
Parameters
- original
- SwipeViewSwipeChanging
Applies to
SwipeViewSwipeChanging(SwipeDirection, Double)
- Source:
- SwipeViewSwipeChanging.cs
- Source:
- SwipeViewSwipeChanging.cs
public:
SwipeViewSwipeChanging(Microsoft::Maui::SwipeDirection SwipeDirection, double Offset);
public SwipeViewSwipeChanging (Microsoft.Maui.SwipeDirection SwipeDirection, double Offset);
new Microsoft.Maui.SwipeViewSwipeChanging : Microsoft.Maui.SwipeDirection * double -> Microsoft.Maui.SwipeViewSwipeChanging
Public Sub New (SwipeDirection As SwipeDirection, Offset As Double)
Parameters
- SwipeDirection
- SwipeDirection
- Offset
- Double
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.