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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.