BorderStyle<T>(T, Style) Method
Sets the border style.
public static T BorderStyle<T>(this T obj, Style style) where T : class, IHasBorder
- Namespace
- Spectre
.Console - Containing Type
- HasBorderExtensions
Parameters
-
T
- An object type with a border.
Parameters
- T obj
- The object to set the border style for.
- Style style
- The border style to set.
Returns
- T