Leadtools.ImageProcessing.SpecialEffects Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Flags Property
See Also 
Leadtools.ImageProcessing.SpecialEffects Namespace > VignnetCommand Class : Flags Property



Gets or sets the enumeration that contains all the flags that are needed by the VignnetCommand. It includes the values used to select the shape of the vignette object and the type of color filling.

Syntax

Visual Basic (Declaration)  
Public Property Flags As VignnetCommandFlags
Visual Basic (Usage) Copy Code
Dim instance As VignnetCommand
Dim value As VignnetCommandFlags
 
instance.Flags = value
 
value = instance.Flags
C#  
public VignnetCommandFlags Flags {get; set;}
C++/CLI  
public:
property VignnetCommandFlags Flags {
   VignnetCommandFlags get();
   void set (VignnetCommandFlags value);
}

Return Value

Enumeration containing all flags that are needed by the VignnetCommand. It includes the values used to select the shape of the vignette object and the type of color filling.

Example

Refer to VignnetCommand example.

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