Class: TextFormatVerticalAlign

TextFormatVerticalAlign

TextFormatVerticalAlign クラスは、縦方向の揃え位置を指定するプロパティです。
The TextFormatVerticalAlign class is a property that specifies the vertical alignment position.

new next2d.text.TextFormatVerticalAlign ()

Members

next2d.text.TextFormatVerticalAlign.BOTTOM staticconstant

テキストをテキストフィールド内で下揃えに配置します。
Aligns the text to the bottom within the text field.

Default Value:
  • bottom

next2d.text.TextFormatVerticalAlign.MIDDLE staticconstant

テキストをテキストフィールド内で中央揃えに配置します。
Center the text in the text field.

Default Value:
  • middle

next2d.text.TextFormatVerticalAlign.namespace staticconstant

指定されたクラスの空間名を返します。
Returns the space name of the specified class.

Default Value:
  • next2d.text.TextFormatVerticalAlign

next2d.text.TextFormatVerticalAlign.TOP staticconstant

テキストをテキストフィールド内で上揃えに配置します。
Aligns the text with the top of the text field.

Default Value:
  • top

namespace constant

指定されたオブジェクトの空間名を返します。
Returns the space name of the specified object.

Default Value:
  • next2d.text.TextFormatVerticalAlign

Methods

next2d.text.TextFormatVerticalAlign.toString ()string static

指定されたクラスのストリングを返します。
Returns the string representation of the specified class.

Default Value:
  • [class TextFormatVerticalAlign]
Returns:
TypeDescription
string

指定されたオブジェクトのストリングを返します。
Returns the string representation of the specified object.

Default Value:
  • [object TextFormatVerticalAlign]
Returns:
TypeDescription
string