Intersoft ClientUI Documentation
TextLineHeight Property (UXRibbonButton)



Gets or sets a value that indicates the line height of the button's text.
Syntax
<CategoryAttribute("Layout")>
Public Property TextLineHeight As Double
Dim instance As UXRibbonButton
Dim value As Double
 
instance.TextLineHeight = value
 
value = instance.TextLineHeight
[CategoryAttribute("Layout")]
public double TextLineHeight {get; set;}
[CategoryAttribute("Layout")]
public:
property double TextLineHeight {
   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

UXRibbonButton Class
UXRibbonButton Members

Send Feedback