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





Flags that indicate the background color, cube shape and cube orientation.

Syntax

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

<object property=EnumerationValue .../>

Members

MemberDescription
None No change.
Background Use the image itself as the background.
Color Use the color in the Color property as the background color.
Square Cubes will have square shape.
Rectangle Cubes will have rectangular shape.
Random Cubes will have random orientation.
Oriented All cubes will have the orientation specified by the Angle property.

Remarks

You can use a bitwise OR (|) to specify one flag from each group.
GroupFlags
Flags that indicate the background colorBackground, Color
Flags that indicate the cube's shapeSquare, Rectangle
Flags that indicate the cube's orientationRandom, Oriented

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Windows.Media.Effects.Effects.CubismCommandBitmapEffectsFlags

Requirements

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

See Also