Intersoft ClientUI Documentation
PopupBorderPadding Property



Gets or sets a value that specifies the popup border padding.
Syntax
<CategoryAttribute("Layout")>
Public Property PopupBorderPadding As Thickness
Dim instance As UXRibbonTabGroupBase
Dim value As Thickness
 
instance.PopupBorderPadding = value
 
value = instance.PopupBorderPadding
[CategoryAttribute("Layout")]
public Thickness PopupBorderPadding {get; set;}
[CategoryAttribute("Layout")]
public:
property Thickness PopupBorderPadding {
   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

UXRibbonTabGroupBase Class
UXRibbonTabGroupBase Members

Send Feedback