Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum CubismCommandBitmapEffectsFlags Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
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 .../> |
Member | Description |
---|---|
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. |
You can use a bitwise OR (|) to specify one flag from each group.
Group | Flags |
Flags that indicate the background color | Background, Color |
Flags that indicate the cube's shape | Square, Rectangle |
Flags that indicate the cube's orientation | Random, Oriented |
System.Object
System.ValueType
System.Enum
Leadtools.Windows.Media.Effects.Effects.CubismCommandBitmapEffectsFlags
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003