Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.02.15
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 
XAML Attributes Usage 

<object property=EnumerationValue .../>

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.
GroupFlags
Drawing ShapeSquare, Rectangle, Circle, Ellipse
Color FillingFillin, FillOut

Inheritance Hierarchy

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

Requirements

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

See Also