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





Enumeration that indicates the background color and the planes to be shown. You can use a bit wise OR (|) to specify one flag from each group.

Syntax

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

<object property=EnumerationValue .../>

Members

MemberDescription
None No change.
Color Use the FillColor as a background color.
NoChange Use the image itself as a background.
Left The plane will be displayed to the left of the Z-axis.
Right The plane will be displayed to the right of the Z-axis.
Up The plane will be displayed above the Z-axis.
Down The plane will be displayed below 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 planes (with respect to the Z-axis) will be shown.Left, Right, Down, Up

Inheritance Hierarchy

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

Requirements

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

See Also