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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET MAUI