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

Show in webframe

SpecialEffectsFillStyle Enumeration




The fill style used for the special effect. The fillStyle parameter of the Draw3dShape method uses this enumeration.
Syntax
'Declaration
 
Public Enum SpecialEffectsFillStyle 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As SpecialEffectsFillStyle
public enum SpecialEffectsFillStyle : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
public enum class SpecialEffectsFillStyle : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000SolidSolid filling
0x00000001TransparentTransparent filling
0x00000002HorizontalHorizontal lines (==)
0x00000003VerticalVertical lines (||)
0x00000004ForwardDiagonalDownward diagonal lines (//)
0x00000005BackwardDiagonalUpward diagonal lines (\\)
0x00000006Cross(0x00000007)Cross lines (++)
0x00000007DiagonalCrossDiagonal cross lines (XX)
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.SpecialEffects.SpecialEffectsFillStyle

Requirements

Target Platforms

See Also

Reference

Leadtools.SpecialEffects Namespace

Error processing SSI file