Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.8.31
LowerTransparency Property
See Also 
Leadtools.Windows.Media.Effects.SpecialEffects Namespace > OceanCommandBitmapEffect 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 OceanCommandBitmapEffect
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:
Value Meaning
TRUE Transparency increases as you move from the bottom of the image to the top of the image, line by line.
FALSE Transparency increases as you move from the top of the image to the bottom of the image, line by line.

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