←Select platform

Flags Property

Summary

Gets or sets a value that controls the behavior of this command.

Syntax
C#
VB
C++
public RingEffectCommandFlags Flags { get; set; } 
  
Public Property Flags As RingEffectCommandFlags 
public: 
property RingEffectCommandFlags Flags { 
   RingEffectCommandFlags get(); 
   void set (    RingEffectCommandFlags ); 
} 

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

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly