mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-24 04:02:50 +08:00
parent
6a5c507936
commit
1fc6f22ea9
@ -93,15 +93,6 @@ namespace Spectre.Console
|
|||||||
return new Style(link: link);
|
return new Style(link: link);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// Creates a copy of the current <see cref="Style"/>.
|
|
||||||
/// </summary>
|
|
||||||
/// <returns>A copy of the current <see cref="Style"/>.</returns>
|
|
||||||
public Style Clone()
|
|
||||||
{
|
|
||||||
return new Style(Foreground, Background, Decoration, Link);
|
|
||||||
}
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Combines this style with another one.
|
/// Combines this style with another one.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user