Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.02.15
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);
}
XAML Attributes Usage 

<object LowerTransparency =bool >

Dependency Property Information 

Identifier field

LowerTransparencyProperty

Metadata properties set to true

None

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

For XAML example, refer to OceanCommandBitmapEffect.

For C#/VB examples, refer to OceanCommandBitmapEffect.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003

See Also