Error processing SSI file
LEADTOOLS Special Effects (Leadtools.SpecialEffects assembly)

Show in webframe

SpecialEffectsBackStyle Enumeration




The background style for the special effect. The backStyle parameter of the Draw3dShape method uses this enumeration.
Syntax
'Declaration
 
Public Enum SpecialEffectsBackStyle 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As SpecialEffectsBackStyle
public enum SpecialEffectsBackStyle : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
public enum class SpecialEffectsBackStyle : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000TransparentTransparent
0x00000001OpaqueOpaque
0x00000002TranslucentTranslucent
0x00000003TiledImage(0x00000004)Tiled image
0x00000004TranslucentTiledImageTranslucent tiled image
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.SpecialEffects.SpecialEffectsBackStyle

Requirements

Target Platforms

See Also

Reference

Leadtools.SpecialEffects Namespace

Error processing SSI file