Intersoft ClientUI Documentation
VerticalOffset Property (UXMenu)



Gets or sets the distance between the top of the Silverlight control and the top of the popup.
Syntax
<CategoryAttribute("Common Properties")>
Public Property VerticalOffset As Double
Dim instance As UXMenu
Dim value As Double
 
instance.VerticalOffset = value
 
value = instance.VerticalOffset
[CategoryAttribute("Common Properties")]
public double VerticalOffset {get; set;}
[CategoryAttribute("Common Properties")]
public:
property double VerticalOffset {
   double get();
   void set (    double value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXMenu Class
UXMenu Members

Send Feedback