Popup.VerticalOffset 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 between the top of the application window and the top of the popup.
public:
property double VerticalOffset { double get(); void set(double value); };
double VerticalOffset();
void VerticalOffset(double value);
public double VerticalOffset { get; set; }
var double = popup.verticalOffset;
popup.verticalOffset = double;
Public Property VerticalOffset As Double
<Popup VerticalOffset="double"/>
Property Value
Double
double
A measurement in pixels.