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





Flags that indicate the background color, shade (or gradient) type, ball type and ball color type.

Syntax

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

<object property=EnumerationValue .../>

Members

MemberDescription
None No flags.
ShadingSingle Fill the background with the color specified in the ColoredBallsCommandBitmapEffect.BackGroundColor property only.
ShadingLeftRight Draw shading as vertical lines that move from left to right.
ShadingTopBottom Draw shading as horizontal lines that move from top to bottom.
ShadingCircular Draw shading as concentric circles.
ShadingElliptical Draw shading as concentric ellipses.
Sticker Balls will overlap like stickers.
Ball Balls will adjust like bubbles.
BackGroundImage The background is the same as the image.
BackGroundColor The background is the color specified in the ColoredBallsCommandBitmapEffect.BackGroundColor property.
BallsColorMask The ball colors will block the image colors.
BallsColorOpacity Use the opacity value when combining image colors with ball colors.

Remarks

You can use a bitwise OR (|) to specify one flag from each group.
GroupFlags
Shading typeShadingSingle, ShadingLeftRight, ShadingTopBottom, ShadingCircular, ShadingElliptical
Ball typeSticker, Ball
Background typeBackGroundImage, BackGroundColor
Ball color typeBallsSystemask, BallsColorOpacity

Inheritance Hierarchy

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

Requirements

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

See Also