PopupThemeTransition.FromHorizontalOffset 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 FromHorizontalOffset { double get(); void set(double value); };
double FromHorizontalOffset();

void FromHorizontalOffset(double value);
public double FromHorizontalOffset { get; set; }
var double = popupThemeTransition.fromHorizontalOffset;
popupThemeTransition.fromHorizontalOffset = double;
Public Property FromHorizontalOffset As Double
<PopupThemeTransition FromHorizontalOffset="double" />

Property Value

Double

double

The horizontal offset translation, in pixels.

Applies to

See also