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

public enum BackStyle
public enum class BackStyle
type BackStyle
Public Enumeration 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

BackStyle
Microsoft.VisualBasic.PowerPacks Namespace
Introduction to the Line and Shape Controls (Visual Studio)
How to: Draw Shapes with the OvalShape and RectangleShape Controls (Visual Studio)

Return to top