Class ButtonAlignment
Specifies the button alignment with respect to the edit control.
Inheritance
System.Object
ButtonAlignment
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public sealed class ButtonAlignment : Enum
Remarks
Any ButtonEditChildButton included as part of a ButtonEdit control can be aligned to the right or to the left of the edit control (the TextBox).
The default value is Right.
Fields
Left
The button appears to the left of the edit control.
Declaration
public const ButtonAlignment Left
Field Value
| Type |
|---|
| ButtonAlignment |
Remarks
See the ButtonAlign property for more information.
Right
The button appears to the right of the edit control.
Declaration
public const ButtonAlignment Right
Field Value
| Type |
|---|
| ButtonAlignment |
Remarks
See the ButtonAlign property for more information.