Intersoft ClientUI Documentation
OverflowSpacing Property



Specifies the amount in pixel that indicates the spacing for the overflow to occur.
Syntax
<CategoryAttribute("Layout")>
Public Property OverflowSpacing As Integer
Dim instance As UXOverflowStackPanel
Dim value As Integer
 
instance.OverflowSpacing = value
 
value = instance.OverflowSpacing
[CategoryAttribute("Layout")]
public int OverflowSpacing {get; set;}
[CategoryAttribute("Layout")]
public:
property int OverflowSpacing {
   int get();
   void set (    int 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

UXOverflowStackPanel Class
UXOverflowStackPanel Members

Send Feedback