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