←Select platform

SpecialEffectsFrameStyleFlags Enumeration

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

Syntax
C#
C++/CLI
Python
[FlagsAttribute()] 
public enum SpecialEffectsFrameStyleFlags 
[FlagsAttribute()] 
public enum class SpecialEffectsFrameStyleFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
class SpecialEffectsFrameStyleFlags(Enum): 
   InnerInset = 0 
   InnerInset = 0 
   InnerInset = 0 
   OuterInset, None, InnerRaised = 1 
   OuterInset, None, OuterRaised = 16 
   OuterInset, None, AdjustRectangle = 256 
Members
ValueMemberDescription
0x00000000InnerInset[0x0000] Inner band inset
0x00000000None[0x0000] None
0x00000000OuterInset[0x0000] Outer band inset
0x00000001InnerRaised[0x0001] Inner band raised
0x00000010OuterRaised[0x0010] Outer band raised
0x00000100AdjustRectangle[0x0100] Adjust the dimensions of the destination rectangle
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.