property Button.Style as StyleEnum
Sets or returns a value that determines how the button will be drawn.

TypeDescription
StyleEnum A StyleEnum expression that indicates the button's predefined state. 
By default, the Style property is exDefault. Use the Style property to change the button's visual appearance to a predefined value. Use the Skin, FocusSkin methods to change the button's visual appearance for a certain state.  Use the UseTransparency property to specify round corners for the button, as defined by EBN object being displayed. Use the BackColor property to specify the control's background color.

Please be aware that Style property changes the following properties, based on the style chosen:

We would recommend checking the following articles:

Also, you can view the following items: