Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum PointillistCommandBitmapEffectsFlags Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[FlagsAttribute()] public enum PointillistCommandBitmapEffectsFlags : Enum |
Managed Extensions for C++ | |
---|---|
[FlagsAttribute()] __value public enum PointillistCommandBitmapEffectsFlags : public Enum |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class PointillistCommandBitmapEffectsFlags : public Enum |
XAML Attributes Usage | |
---|---|
<object property=EnumerationValue .../> |
Member | Description |
---|---|
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. |
You can use a bitwise OR (|) to specify one flag from each group.
Group | Flags |
Background Color | BackGroundImage, BackGroundColor |
Dots type | Sticker, Point |
System.Object
System.ValueType
System.Enum
Leadtools.Windows.Media.Effects.SpecialEffects.PointillistCommandBitmapEffectsFlags
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003