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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.