Added missing API doc

This commit is contained in:
Charlie Kindel
2022-06-10 12:11:31 -07:00
parent 35650bdeab
commit 557bee4227

View File

@@ -140,6 +140,10 @@ namespace Terminal.Gui {
/// </summary>
Right
}
/// <summary>
/// Determines how the <see cref="Dialog"/> <see cref="Button"/>s are aligned along the
/// bottom of the dialog.
/// </summary>
public ButtonAlignments ButtonAlignment = Dialog.ButtonAlignments.Center;
void LayoutStartedHandler ()