PopupThemeTransition.FromVerticalOffset Property
Definition
Gets or sets the distance by which the target is translated in the vertical direction when the animation is active.
Equivalent WinUI property: Microsoft.UI.Xaml.Media.Animation.PopupThemeTransition.FromVerticalOffset.
public:
property double FromVerticalOffset { double get(); void set(double value); };
double FromVerticalOffset();
void FromVerticalOffset(double value);
public double FromVerticalOffset { get; set; }
var double = popupThemeTransition.fromVerticalOffset;
popupThemeTransition.fromVerticalOffset = double;
Public Property FromVerticalOffset As Double
<PopupThemeTransition FromVerticalOffset="double" />
Property Value
The vertical offset translation, in pixels.