Alignment Property (JTextField)

Class

JTextField.

Action

Gets the alignment of the text field.

Syntax

C#
protected Alignment Alignment { get; }
VB
'Declaration
Protected Read Property Alignment As Alignment

Access

Read only.

Examples

VB

Dim alignment As SilkTest.Ntf.Swing.Alignment = textField.Alignment