Compartir a través de


BackStyle Enumeration

Specifies the background transparency for an OvalShape or RectangleShape control.

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

Syntax

Public Enumeration BackStyle

Dim instance As BackStyle
public enum BackStyle
public enum class BackStyle
public enum BackStyle

Members

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

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

Concepts

Introduction to the Line and Shape Controls

How to: Draw Shapes with the OvalShape and RectangleShape Controls

Reference

Microsoft.VisualBasic.PowerPacks Namespace

BackStyle