SpecialEffectsPatternStyle Enumeration

Summary

The pattern style used for the special effect. The patternStyle parameter of the GradientPatternFillRectangle method uses this enumeration. Possible values are:

Syntax
C#
VB
C++
  
Public Enum SpecialEffectsPatternStyle  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
public enum SpecialEffectsPatternStyle 
public enum class SpecialEffectsPatternStyle : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members
ValueMemberDescription
0PatternClassPattern types
0SolidSolid
1TransparentTransparent
2HorizontalLineHorizontal lines (==)
3VerticalLineVertical lines (||)
4DownwardDiagonalDiagonal lines slanted forward (//)
5UpwardDiagonalDiagonal lines slanted backward (\)
6Cross(0x00000007)Crosses (++)
7DiagonalCrossXs (XX)
7MaxNumber of patterns in this class.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.SpecialEffects Assembly