←Select platform

SpecialEffectsBorderStyle Enumeration

Summary
The border style used for the special effect. The borderStyle parameter of the Draw3dShape method uses this enumeration.
Syntax
C#
C++/CLI
Python
public enum SpecialEffectsBorderStyle 
public enum class SpecialEffectsBorderStyle : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
class SpecialEffectsBorderStyle(Enum): 
   Transparent = 0 
   Solid = 1 
   Dash = 2 
   Dot = 3 
   DashDot = 4 
   DashDotDot = 5 
Members
ValueMemberDescription
0TransparentTransparent
1SolidSolid line
2DashDash line (valid only for 1-pixel lines)
3Dot(0x00000004)(0x00000005)Dot line (valid only for 1-pixel lines)
4DashDotDash dot line (valid only for 1-pixel lines)
5DashDotDotDash dot dot line (valid only for 1-pixel lines)
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.