Freigeben über


SwipeHintThemeAnimation.ToHorizontalOffset Eigenschaft

Definition

Ruft den Abstand ab, um den das Ziel in horizontale Richtung übersetzt wird, wenn die Animation aktiv ist, oder legt diese fest.

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" />

Eigenschaftswert

Double

double

Die horizontale Offsetübersetzung in Pixel.

Gilt für:

Weitere Informationen