Intersoft ClientUI Documentation
ContentHeight Property (UXRibbonGallery)



Gets or sets a value that specifies the height for the content.
Syntax
<CategoryAttribute("Layout")>
Public Property ContentHeight As Double
Dim instance As UXRibbonGallery
Dim value As Double
 
instance.ContentHeight = value
 
value = instance.ContentHeight
[CategoryAttribute("Layout")]
public double ContentHeight {get; set;}
[CategoryAttribute("Layout")]
public:
property double ContentHeight {
   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

UXRibbonGallery Class
UXRibbonGallery Members

Send Feedback