LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Flags Property (RingEffectCommand)

Show in webframe







Gets or sets a value that controls the behavior of this command.
Syntax
public RingEffectCommandFlags Flags {get; set;}
'Declaration
 
Public Property Flags As RingEffectCommandFlags
'Usage
 
Dim instance As RingEffectCommand
Dim value As RingEffectCommandFlags
 
instance.Flags = value
 
value = instance.Flags
public RingEffectCommandFlags Flags {get; set;}

            

            
 
get_Flags();
set_Flags(value);
Object.defineProperty('Flags');
public:
property RingEffectCommandFlags Flags {
   RingEffectCommandFlags get();
   void set (    RingEffectCommandFlags value);
}

Property Value

Value which controls the behavior of this command. These flags can be OR-ed together with any other flag, unless otherwise specified.
Example
Refer to RingEffectCommand.
Requirements

Target Platforms

See Also

Reference

RingEffectCommand Class
RingEffectCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.