Version

GlassGradientStyle Enumeration

Specifies different types of glass gradients to be used for drawing.
Syntax
'Declaration
 
Public Enum GlassGradientStyle 
   Inherits System.Enum
public enum GlassGradientStyle : System.Enum 
Members
MemberDescription
GlassBottom20Specifies a vertical gradient that provides a glass like appearance with 20% highlight at the bottom.
GlassBottom20BrightSpecifies a vertical gradient that provides a glass like appearance with a bright 20% highlight at the bottom.
GlassBottom37Specifies a vertical gradient that provides a glass like appearance with 37% highlight at the bottom.
GlassBottom37BrightSpecifies a vertical gradient that provides a glass like appearance with a bright 37% highlight at the bottom.
GlassBottom50Specifies a vertical gradient that provides a glass like appearance with 50% highlight at the bottom.
GlassBottom50BrightSpecifies a vertical gradient that provides a glass like appearance with a bright 50% highlight at the bottom.
GlassLeft20Specifies a horizontal gradient that provides a glass like appearance with 20% highlight on the left.
GlassLeft20BrightSpecifies a horizontal gradient that provides a glass like appearance with a bright 20% highlight on the left.
GlassLeft37Specifies a horizontal gradient that provides a glass like appearance with 37% highlight on the left.
GlassLeft37BrightSpecifies a horizontal gradient that provides a glass like appearance with a bright 37% highlight on the left.
GlassLeft50Specifies a horizontal gradient that provides a glass like appearance with 50% highlight on the left.
GlassLeft50BrightSpecifies a horizontal gradient that provides a glass like appearance with a bright 50% highlight on the left.
GlassRight20Specifies a horizontal gradient that provides a glass like appearance with 20% highlight on the right.
GlassRight20BrightSpecifies a horizontal gradient that provides a glass like appearance with a bright 20% highlight on the right.
GlassRight37Specifies a horizontal gradient that provides a glass like appearance with 37% highlight on the right.
GlassRight37BrightSpecifies a horizontal gradient that provides a glass like appearance with a bright 37% highlight on the right.
GlassRight50Specifies a horizontal gradient that provides a glass like appearance with 50% highlight on the right.
GlassRight50BrightSpecifies a horizontal gradient that provides a glass like appearance with a bright 50% highlight on the right.
GlassTop20Specifies a vertical gradient that provides a glass like appearance with 20% highlight at the top.
GlassTop20BrightSpecifies a vertical gradient that provides a glass like appearance with a bright 20% highlight at the top.
GlassTop37Specifies a vertical gradient that provides a glass like appearance with 37% highlight at the top.
GlassTop37BrightSpecifies a vertical gradient that provides a glass like appearance with a bright 37% highlight at the top.
GlassTop50Specifies a vertical gradient that provides a glass like appearance with 50% highlight at the top.
GlassTop50BrightSpecifies a vertical gradient that provides a glass like appearance with a bright 50% highlight at the top.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also