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