SwipeHintThemeAnimation.ToHorizontalOffset Property

Definition

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

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

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

Property Value

Double

double

The horizontal offset translation, in pixels.

Applies to

See also