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

Show in webframe

SpecialEffectsBorderStyle Enumeration




The border style used for the special effect. The borderStyle parameter of the Draw3dShape method uses this enumeration.
Syntax
'Declaration
 
Public Enum SpecialEffectsBorderStyle 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As SpecialEffectsBorderStyle
public enum SpecialEffectsBorderStyle : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
public enum class SpecialEffectsBorderStyle : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000TransparentTransparent
0x00000001SolidSolid line
0x00000002DashDash line (valid only for 1-pixel lines)
0x00000003Dot(0x00000004)(0x00000005)Dot line (valid only for 1-pixel lines)
0x00000004DashDotDash dot line (valid only for 1-pixel lines)
0x00000005DashDotDotDash dot dot line (valid only for 1-pixel lines)
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.SpecialEffects.SpecialEffectsBorderStyle

Requirements

Target Platforms

See Also

Reference

Leadtools.SpecialEffects Namespace

Error processing SSI file