ScrollPresenter.ScrollBy Methode

Definition

Überlädt

ScrollBy(Double, Double)
ScrollBy(Double, Double, ScrollingScrollOptions)

ScrollBy(Double, Double)

public:
 virtual int ScrollBy(double horizontalOffsetDelta, double verticalOffsetDelta) = ScrollBy;
/// [Windows.Foundation.Metadata.Experimental]
/// [Windows.Foundation.Metadata.Overload("ScrollBy")]
int ScrollBy(double const& horizontalOffsetDelta, double const& verticalOffsetDelta);
[Windows.Foundation.Metadata.Experimental]
[Windows.Foundation.Metadata.Overload("ScrollBy")]
public int ScrollBy(double horizontalOffsetDelta, double verticalOffsetDelta);
Public Function ScrollBy (horizontalOffsetDelta As Double, verticalOffsetDelta As Double) As Integer

Parameter

horizontalOffsetDelta
Double

double

verticalOffsetDelta
Double

double

Gibt zurück

Int32

int

Attribute

Gilt für:

ScrollBy(Double, Double, ScrollingScrollOptions)

/// [Windows.Foundation.Metadata.Experimental]
/// [Windows.Foundation.Metadata.Overload("ScrollByWithOptions")]
int ScrollBy(double const& horizontalOffsetDelta, double const& verticalOffsetDelta, ScrollingScrollOptions const& options);
[Windows.Foundation.Metadata.Experimental]
[Windows.Foundation.Metadata.Overload("ScrollByWithOptions")]
public int ScrollBy(double horizontalOffsetDelta, double verticalOffsetDelta, ScrollingScrollOptions options);
Public Function ScrollBy (horizontalOffsetDelta As Double, verticalOffsetDelta As Double, options As ScrollingScrollOptions) As Integer

Parameter

horizontalOffsetDelta
Double

double

verticalOffsetDelta
Double

double

Gibt zurück

Int32

int

Attribute

Gilt für: