Intersoft ClientUI Documentation
PopupBorderThickness Property



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