namespace Terminal.Gui;
public partial class View
{
///
/// Gets or sets the user actions that are enabled for the arranging this view within it's .
///
///
///
/// See the View Arrangement Deep Dive for more information:
///
///
public ViewArrangement Arrangement { get; set; }
}