BackStyle Enumeration

Specifies the background transparency for an OvalShape or RectangleShape control.

Namespace:  Microsoft.VisualBasic.PowerPacks
Assembly:  Microsoft.VisualBasic.PowerPacks.Vs (in Microsoft.VisualBasic.PowerPacks.Vs.dll)

Syntax

'Declaration
Public Enumeration BackStyle
public enum BackStyle
public enum class BackStyle
type BackStyle
public enum BackStyle

Members

Member name Description
Opaque A background specified by the BackColor property.
Transparent A transparent background. This is the default.

Remarks

The BackStyle enumeration provides values for the BackStyle property of an OvalShape or RectangleShape control. If the BackStyle property is set to Transparent, the BackColor property has no effect.

See Also

Reference

Microsoft.VisualBasic.PowerPacks Namespace

BackStyle

Other Resources

Introduction to the Line and Shape Controls (Visual Studio)

How to: Draw Shapes with the OvalShape and RectangleShape Controls (Visual Studio)