Intersoft ClientUI Documentation
HeaderBorderThickness Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua Namespace > UXResizablePane Class : HeaderBorderThickness Property






Gets or sets the border thickness to apply to the header element.

Syntax

Visual Basic (Declaration) 
Public Property HeaderBorderThickness As Thickness
Visual Basic (Usage)Copy Code
Dim instance As UXResizablePane
Dim value As Thickness
 
instance.HeaderBorderThickness = value
 
value = instance.HeaderBorderThickness
C# 
public Thickness HeaderBorderThickness {get; set;}
Delphi 
public read-write property HeaderBorderThickness: Thickness; 
JScript 
public function get,set HeaderBorderThickness : Thickness
Managed Extensions for C++ 
public: __property Thickness get_HeaderBorderThickness();
public: __property void set_HeaderBorderThickness( 
   Thickness value
);
C++/CLI 
public:
property Thickness HeaderBorderThickness {
   Thickness get();
   void set (    Thickness value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.