←Select platform

SpecialEffectsBackStyle Enumeration

Summary
The background style for the special effect. The backStyle parameter of the Draw3dShape method uses this enumeration.

Syntax
C#
C++/CLI
Python
public enum SpecialEffectsBackStyle 
public enum class SpecialEffectsBackStyle : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
class SpecialEffectsBackStyle(Enum): 
   Transparent = 0 
   Opaque = 1 
   Translucent = 2 
   TiledImage = 3 
   TranslucentTiledImage = 4 
Members
ValueMemberDescription
0TransparentTransparent
1OpaqueOpaque
2TranslucentTranslucent
3TiledImage(0x00000004)Tiled image
4TranslucentTiledImageTranslucent tiled image
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.