NoSafeBorder<T>(T) Method
    Disables the safe border.
    
        public static T NoSafeBorder<T>(this T obj) where T : class, IHasBorder- Namespace
- Spectre.Console 
- Containing Type
- HasBorderExtensions
Parameters
- 
                                T
- An object type with a border.
Parameters
- T obj
- The object to disable the safe border for.
Returns
- T