PopInThemeAnimation.FromVerticalOffset Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the distance by which the target is translated in the vertical direction when the animation is active.
public:
property double FromVerticalOffset { double get(); void set(double value); };
double FromVerticalOffset();
void FromVerticalOffset(double value);
public double FromVerticalOffset { get; set; }
var double = popInThemeAnimation.fromVerticalOffset;
popInThemeAnimation.fromVerticalOffset = double;
Public Property FromVerticalOffset As Double
<PopInThemeAnimation FromVerticalOffset="double" />
Property Value
Double
double
The vertical offset translation, in pixels.