다음을 통해 공유


ScrollView.GetVerticalScrollStep Method

Definition

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