ContentThemeTransition.HorizontalOffset Property

Definition

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

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

void HorizontalOffset(double value);
public double HorizontalOffset { get; set; }
var double = contentThemeTransition.horizontalOffset;
contentThemeTransition.horizontalOffset = double;
Public Property HorizontalOffset As Double
<ContentThemeTransition HorizontalOffset="double" />

Property Value

Double

double

The horizontal offset translation, in pixels.

Applies to