BorderStyle Inherits: Enum Properties NONE – Skip the border. SOLID – Draw the border as a solid line. Properties# NONE = 'none' # Skip the border. SOLID = 'solid' # Draw the border as a solid line.