Version

ShadingPattern Enumeration

Determines the pattern to use to shade the background of an element
Syntax
'Declaration
 
Public Enum ShadingPattern 
   Inherits System.Enum
public enum ShadingPattern : System.Enum 
Members
MemberDescription
ClearNo shading
DiagCrossUse the background with a diagonal cross pattern of the pattern color on top
DiagStripeUse the background with a diagonal stripe of the pattern color on top
HorzCrossUse the background with a horizontal cross pattern of the pattern color on top
HorzStripeUse the background with a horizontal stripe of the pattern color on top
Pct1010% of the pattern color
Pct1212% of the pattern color
Pct1515% of the pattern color
Pct2020% of the pattern color
Pct2525% of the pattern color
Pct3030% of the pattern color
Pct3535% of the pattern color
Pct3737% of the pattern color
Pct4040% of the pattern color
Pct4545% of the pattern color
Pct55% of the pattern color
Pct5050% of the pattern color
Pct5555% of the pattern color
Pct6060% of the pattern color
Pct6262% of the pattern color
Pct6565% of the pattern color
Pct7070% of the pattern color
Pct7575% of the pattern color
Pct8080% of the pattern color
Pct8585% of the pattern color
Pct8787% of the pattern color
Pct9090% of the pattern color
Pct9595% of the pattern color
ReverseDiagStripeUse the background with a reverse diagonal stripe of the pattern color on top
SolidUse the background with no pattern draw on top
ThinDiagCrossUse the background with a thin diagonal cross pattern of the pattern color on top
ThinDiagStripeUse the background with a thin diagonal stripe of the pattern color on top
ThinHorzCrossUse the background with a thin horizontal cross pattern of the pattern color on top
ThinHorzStripeUse the background with a thin horizontal stripe pattern of the pattern color on top
ThinReverseDiagStripeUse the background with a thin reverse diagonal stripe of the pattern color on top
ThinVertStripeUse the background with a thin vertical stripe pattern of the pattern color on top
VertStripeUse the background with a vertical stripe of the pattern color on top
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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