This topic has not yet been rated - Rate this topic

Popup.VerticalOffset property

Gets or sets the distance between the top of the application window and the top of the popup.

Syntax


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


<Popup VerticalOffset="double"/>

Property value

Type: System.Double [.NET] | float64 [C++]

A measurement in pixels.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml.Controls.Primitives
Windows::UI::Xaml::Controls::Primitives [C++]

Metadata

Windows.winmd

See also

Popup

 

 

Build date: 3/12/2013

© 2013 Microsoft. All rights reserved.