SpecialEffectsFrameStyleFlags Enumeration
Summary
The frame style used for the special effect. The frameStyle parameter of the DrawFrame method uses this enumeration.
Syntax
<FlagsAttribute()>
Public Enum SpecialEffectsFrameStyleFlags
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
[FlagsAttribute()]
public enum SpecialEffectsFrameStyleFlags
[FlagsAttribute()]
public enum class SpecialEffectsFrameStyleFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
Value | Member | Description |
0x00000000 | InnerInset | [0x0000] Inner band inset |
0x00000000 | None | [0x0000] None |
0x00000000 | OuterInset | [0x0000] Outer band inset |
0x00000001 | InnerRaised | [0x0001] Inner band raised |
0x00000010 | OuterRaised | [0x0010] Outer band raised |
0x00000100 | AdjustRectangle | [0x0100] Adjust the dimensions of the destination rectangle |