Visual Basic (Declaration) | |
---|---|
Public Property BaselineAlignment As BaselineAlignment |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As Inline Dim value As BaselineAlignment instance.BaselineAlignment = value value = instance.BaselineAlignment |
C# | |
---|---|
public BaselineAlignment BaselineAlignment {get; set;} |
Delphi | |
---|---|
public read-write property BaselineAlignment: BaselineAlignment; |
JScript | |
---|---|
public function get,set BaselineAlignment : BaselineAlignment |
Managed Extensions for C++ | |
---|---|
public: __property BaselineAlignment get_BaselineAlignment(); public: __property void set_BaselineAlignment( BaselineAlignment value ); |
C++/CLI | |
---|---|
public: property BaselineAlignment BaselineAlignment { BaselineAlignment get(); void set ( BaselineAlignment value); } |
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.
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