SwipeHintThemeAnimation.ToVerticalOffset Property

Definition

Gets or sets the distance by which the target is translated in the vertical direction when the animation is active.

public:
 property double ToVerticalOffset { double get(); void set(double value); };
double ToVerticalOffset();

void ToVerticalOffset(double value);
public double ToVerticalOffset { get; set; }
var double = swipeHintThemeAnimation.toVerticalOffset;
swipeHintThemeAnimation.toVerticalOffset = double;
Public Property ToVerticalOffset As Double
<SwipeHintThemeAnimation ToVerticalOffset="double" />

Property Value

Double

double

The vertical offset, in pixels.

Applies to

See also