mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-12-16 16:15:47 +08:00
Remove BorderKind in favour of Border
This commit is contained in:
committed by
Patrik Svensson
parent
e6e9a4d950
commit
87bde3e5a2
@@ -7,6 +7,9 @@ namespace Spectre.Console.Rendering
|
||||
/// </summary>
|
||||
public sealed class RoundedBorder : Border
|
||||
{
|
||||
/// <inheritdoc/>
|
||||
public override Border? SafeBorder { get; } = Border.Square;
|
||||
|
||||
/// <inheritdoc/>
|
||||
protected override string GetBoxPart(BorderPart part)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user