Leadtools.ImageProcessing.SpecialEffects Namespace : TunnelCommandFlags Enumeration |
This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.
[FlagsAttribute()] public enum TunnelCommandFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum TunnelCommandFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As TunnelCommandFlags
[FlagsAttribute()] public enum TunnelCommandFlags : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.ImageProcessing.SpecialEffects.TunnelCommandFlags = function() { }; Leadtools.ImageProcessing.SpecialEffects.TunnelCommandFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()] public enum class TunnelCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.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. |
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2