Intersoft ClientUI Documentation
BoundaryOffset Property (UXMenu)



Gets or set the minimum boundary offset.
Syntax
<CategoryAttribute("Behavior")>
Public Property BoundaryOffset As Thickness
Dim instance As UXMenu
Dim value As Thickness
 
instance.BoundaryOffset = value
 
value = instance.BoundaryOffset
[CategoryAttribute("Behavior")]
public Thickness BoundaryOffset {get; set;}
[CategoryAttribute("Behavior")]
public:
property Thickness BoundaryOffset {
   Thickness get();
   void set (    Thickness 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