Intersoft ClientUI Documentation
WindowBorderThickness Property



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

UXRibbonBar Class
UXRibbonBar Members

Send Feedback