Intersoft ClientUI Documentation
HeaderHeight Property (UXRibbonBar)



Gets or sets a value indicating the height of the header element.
Syntax
<CategoryAttribute("Layout")>
Public Property HeaderHeight As Double
Dim instance As UXRibbonBar
Dim value As Double
 
instance.HeaderHeight = value
 
value = instance.HeaderHeight
[CategoryAttribute("Layout")]
public double HeaderHeight {get; set;}
[CategoryAttribute("Layout")]
public:
property double HeaderHeight {
   double get();
   void set (    double 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