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




This enumeration indicates how to handle exposed areas.

Syntax

Visual Basic (Declaration) 
Public Enum RippleCommandBitmapEffectsType 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As RippleCommandBitmapEffectsType
C# 
public enum RippleCommandBitmapEffectsType : Enum 
Managed Extensions for C++ 
__value public enum RippleCommandBitmapEffectsType : public Enum 
C++/CLI 
public enum class RippleCommandBitmapEffectsType : public Enum 

Members

MemberDescription
Color Fill any exposed areas with the color stored in the FillColor property of the RippleCommand class.
Repeat Stretch the image edges to fill the exposed area.
NoChange Leave the exposed area as is, without changing it.

Inheritance Hierarchy

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

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