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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.