This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.
Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum TunnelCommandFlags Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As TunnelCommandFlags |
C# | |
---|---|
[FlagsAttribute()] public enum TunnelCommandFlags : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class TunnelCommandFlags : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
Color | Use the FillColor property of the TunnelCommand class, or the fillColor parameter, if you are using the appropriate TunnelCommand Constructor, as a background color. |
HeightAxis | Image height will be along the Z-axis. |
NoChange | Use the image itself as a background. |
None | No change. |
WidthAxis | Image width will be along the Z-axis. |
You can use a bitwise OR (|) to specify one flag from each group.
Group | Flags |
Flags that indicate the background color | Color, NoChange |
Flags that indicate which image dimension is along the Z-axis | WidthAxis, HeightAxis |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.SpecialEffects.TunnelCommandFlags
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7