LEADTOOLS Special Effects (Leadtools.SpecialEffects assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
SpecialEffectsFrameStyleFlags Enumeration
See Also  
Leadtools.SpecialEffects Namespace : SpecialEffectsFrameStyleFlags Enumeration



The frame style used for the special effect. The frameStyle parameter of the DrawFrame method uses this enumeration.

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum SpecialEffectsFrameStyleFlags 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As SpecialEffectsFrameStyleFlags
C# 
[FlagsAttribute()]
public enum SpecialEffectsFrameStyleFlags : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
[FlagsAttribute()]
public enum class SpecialEffectsFrameStyleFlags : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
AdjustRectangle[0x0100] Adjust the dimensions of the destination rectangle
InnerInset[0x0000] Inner band inset
InnerRaised[0x0001] Inner band raised
None[0x0000] None
OuterInset[0x0000] Outer band inset
OuterRaised[0x0010] Outer band raised

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.SpecialEffects.SpecialEffectsFrameStyleFlags

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also