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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.SpecialEffects Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.