| Visual Basic (Declaration) | |
|---|---|
<FlagsAttribute()> Public Enum SpecialEffectsFrameStyleFlags Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As SpecialEffectsFrameStyleFlags | |
| C# | |
|---|---|
[FlagsAttribute()] public enum SpecialEffectsFrameStyleFlags : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
[FlagsAttribute()] public enum class SpecialEffectsFrameStyleFlags : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| 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 |
System.Object
System.ValueType
System.Enum
Leadtools.SpecialEffects.SpecialEffectsFrameStyleFlags
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code