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





Enumeration that indicates the type of plasma effect, and the color pattern to use.

Syntax

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

<object property=EnumerationValue .../>

Members

MemberDescription
Vertical Create vertical lines of plasma.
Horizontal Create horizontal lines of plasma.
Diagonal Create diagonal lines of plasma.
Cross Create crossed lines of plasma.
Circular Create circles of plasma.
Random1 Create randomly shaped plasma.
Random2 Create a different type of randomly shaped plasma.
Hue Use the first predefined color pattern.
Rgb1 Use the second predefined color pattern.
Rgb2 Use the third predefined color pattern.
CustomColor Use the frequency properties (RedFrequency, GreenFrequency, BlueFrequency) of the PlasmaCommandBitmapEffect class to generate user-defined plasma colors.

Remarks

You can use a bitwise OR (|) to specify one flag from each group.
GroupFlags
Type of PlasmaVertical, Horizontal, Diagonal, Cross, Circular, Random1, Random2
Color PatternsHue, Rgb1, Rgb2, CustomColor

Inheritance Hierarchy

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

Requirements

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

See Also