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 Enumeration BackStyle
'الاستخدام
Dim instance As BackStyle
public enum BackStyle
public enum class BackStyle
type 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
Reference
Microsoft.VisualBasic.PowerPacks Namespace
Other Resources
Introduction to the Line and Shape Controls (Visual Studio)
How to: Draw Shapes with the OvalShape and RectangleShape Controls (Visual Studio)