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




This enumeration contains all flags that are needed by the VignnetCommand. It is indicate the values used to select the shape of the vignette object and the type of color filling.

Syntax

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

Members

MemberDescription
Square A square vignette shape is selected.
Rectangle A rectangular vignette shape is selected.
Circle A circlular vignette shape is selected.
Ellipse A elliptical vignette shape is selected.
Fillin Use vignetteColor to fill the inside of the vignette object.
FillOut Use vignetteColor to fill the outside of the vignette object.

Remarks

You can use a bitwise OR (|) to specify one flag from each group.
Group Flags
Drawing Shape Square, Rectangle, Circle, Ellipse
Color Filling Fillin, FillOut

Inheritance Hierarchy

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also