Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.02.15
TunnelCommandBitmapEffectsFlags Enumeration
See Also  
Leadtools.Windows.Media.Effects.SpecialEffects Namespace : TunnelCommandBitmapEffectsFlags Enumeration





Flags that indicate the background color and which image dimension extends along the Z-axis.

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum TunnelCommandBitmapEffectsFlags 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As TunnelCommandBitmapEffectsFlags
C# 
[FlagsAttribute()]
public enum TunnelCommandBitmapEffectsFlags : Enum 
Managed Extensions for C++ 
[FlagsAttribute()]
__value public enum TunnelCommandBitmapEffectsFlags : public Enum 
C++/CLI 
[FlagsAttribute()]
public enum class TunnelCommandBitmapEffectsFlags : public Enum 
XAML Attributes Usage 

<object property=EnumerationValue .../>

Members

MemberDescription
None No change.
Color Use the FillColor property of the TunnelCommandBitmapEffect class as a background color.
NoChange Use the image itself as a background.
WidthAxis Image width will be along the Z-axis.
HeightAxis Image height will be along the Z-axis.

Remarks

You can use a bitwise OR (|) to specify one flag from each group.
GroupFlags
Flags that indicate the background colorColor, NoChange
Flags that indicate which image dimension is along the Z-axisWidthAxis, HeightAxis

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Windows.Media.Effects.SpecialEffects.TunnelCommandBitmapEffectsFlags

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003

See Also