←Select platform

SpecialEffectsFillStyle Enumeration

Summary
The fill style used for the special effect. The fillStyle parameter of the Draw3dShape method uses this enumeration.

Syntax
C#
C++/CLI
Python
public enum SpecialEffectsFillStyle 
public enum class SpecialEffectsFillStyle : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
class SpecialEffectsFillStyle(Enum): 
   Solid = 0 
   Transparent = 1 
   Horizontal = 2 
   Vertical = 3 
   ForwardDiagonal = 4 
   BackwardDiagonal = 5 
   Cross = 6 
   DiagonalCross = 7 
Members
ValueMemberDescription
0SolidSolid filling
1TransparentTransparent filling
2HorizontalHorizontal lines (==)
3VerticalVertical lines (||)
4ForwardDiagonalDownward diagonal lines (//)
5BackwardDiagonalUpward diagonal lines (\)
6Cross(0x00000007)Cross lines (++)
7DiagonalCrossDiagonal cross lines (XX)
Requirements

Target Platforms

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

Leadtools.SpecialEffects Assembly

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