Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - LEADTOOLS WPF | Help Version 16.5.9.25
PointillistCommandBitmapEffectsFlags Enumeration
See Also  
Leadtools.Windows.Media.Effects.SpecialEffects Namespace : PointillistCommandBitmapEffectsFlags Enumeration





Flags that indicate the background color and dots type.

Syntax

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

<object property=EnumerationValue .../>

XAML Attributes Usage 

<object property=EnumerationValue .../>

Members

MemberDescription
None No flags.
BackGroundImage Use the same image as background.
BackGroundColor Fill the background by PointillistCommandBitmapEffect.FillColor property only.
Sticker Dots will block each others like stickers.
Point Dots will interleave like bubbles.

Remarks

You can use a bitwise OR (|) to specify one flag from each group.
GroupFlags
Background ColorBackGroundImage, BackGroundColor
Dots typeSticker, Point

Inheritance Hierarchy

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

Requirements

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

See Also