ScrollView.GetHorizontalScrollStep Method
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
GetHorizontalScrollStep(BindableObject) | |
GetHorizontalScrollStep(IPlatformElementConfiguration<Tizen,ScrollView>) |
GetHorizontalScrollStep(BindableObject)
- Source:
- ScrollView.cs
- Source:
- ScrollView.cs
public:
static int GetHorizontalScrollStep(Microsoft::Maui::Controls::BindableObject ^ element);
public static int GetHorizontalScrollStep (Microsoft.Maui.Controls.BindableObject element);
static member GetHorizontalScrollStep : Microsoft.Maui.Controls.BindableObject -> int
Public Function GetHorizontalScrollStep (element As BindableObject) As Integer
Parameters
- element
- BindableObject
Returns
Applies to
GetHorizontalScrollStep(IPlatformElementConfiguration<Tizen,ScrollView>)
- Source:
- ScrollView.cs
- Source:
- ScrollView.cs
public:
[System::Runtime::CompilerServices::Extension]
static int GetHorizontalScrollStep(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Tizen ^, Microsoft::Maui::Controls::ScrollView ^> ^ config);
public static int GetHorizontalScrollStep (this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Tizen,Microsoft.Maui.Controls.ScrollView> config);
static member GetHorizontalScrollStep : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Tizen, Microsoft.Maui.Controls.ScrollView> -> int
<Extension()>
Public Function GetHorizontalScrollStep (config As IPlatformElementConfiguration(Of Tizen, ScrollView)) As Integer
Parameters
Returns
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.