Contains extension methods for IHasBorder.
Methods
public static T NoSafeBorder<T>(T obj)
Disables the safe border.
Parameters:
obj (T)The object to disable the safe border for.
Returns:
The same instance so that multiple calls can be chained.
public static T SafeBorder<T>(T obj)
Enables the safe border.
Parameters:
obj (T)The object to enable the safe border for.
Returns:
The same instance so that multiple calls can be chained.