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




Flag that indicates the transparency direction.

Syntax

Visual Basic (Declaration) 
Public Property LowerTransparency As Boolean
Visual Basic (Usage)Copy Code
Dim instance As OceanCommand
Dim value As Boolean
 
instance.LowerTransparency = value
 
value = instance.LowerTransparency
C# 
public bool LowerTransparency {get; set;}
Managed Extensions for C++ 
public: __property bool get_LowerTransparency();
public: __property void set_LowerTransparency( 
   bool value
);
C++/CLI 
public:
property bool LowerTransparency {
   bool get();
   void set (bool value);
}

Return Value

Enumeration that indicates the transparency direction. Possible values are:
ValueMeaning
TRUETransparency increases as you move from the bottom of the image to the top of the image, line by line.
FALSETransparency increases as you move from the top of the image to the bottom of the image, line by line.

Example

Refer to OceanCommand.

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