Expand Property
Gets or sets a value indicating whether or not the panel should
fit the available space. If
false
, the panel width will be
auto calculated. Defaults to false
.
public bool Expand { get; set; }
- Namespace
- Spectre
.Console - Containing Type
- Panel
- Property Type
- bool