SpecialEffectsFillStyle Enumeration

Summary
The fill style used for the special effect. The fillStyle parameter of the Draw3dShape method uses this enumeration.
Syntax
C#
VB
C++
  
Public Enum SpecialEffectsFillStyle  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
public enum SpecialEffectsFillStyle 
public enum class SpecialEffectsFillStyle : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
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 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.