Intersoft ClientUI Documentation
BaselineAlignment Property



Gets or sets the baseline alignment for the Inline element.
Syntax
Public Property BaselineAlignment As BaselineAlignment
Dim instance As Inline
Dim value As BaselineAlignment
 
instance.BaselineAlignment = value
 
value = instance.BaselineAlignment
public BaselineAlignment BaselineAlignment {get; set;}
public:
property BaselineAlignment BaselineAlignment {
   BaselineAlignment get();
   void set (    BaselineAlignment value);
}
Remarks
You can specify the baseline alignment of inline elements using BaselineAlignment property. The available baseline alignment options are Top, Center, Bottom, Subscript, Superscript, Baseline, TextTop, and TextBottom. The default value is Baseline. See the following screenshot to see the difference.


Note that BaselineAlignment only set the baseline alignment of the Inline element. If you use Subscript or Superscript options, it is recommended that you use smaller font size.

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

Inline Class
Inline Members

Send Feedback