namespace Terminal.Gui; public partial class View { /// /// Gets or sets the user actions that are enabled for the view within it's . /// /// /// /// Sizing or moving a view is only possible if the is part of a and /// the relevant position and dimensions of the are independent of other SubViews /// /// public ViewArrangement Arrangement { get; set; } }