Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - LEADTOOLS WPF | Help Version 16.5.9.25
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;}
C++/CLI 
public:
property bool LowerTransparency {
   bool get();
   void set (bool value);
}
XAML Attributes Usage 

<object LowerTransparency =bool >

Dependencies Property Information 

Identifier field

LowerTransparencyProperty

Metadata properties set to true

None

XAML Attributes Usage 

<object LowerTransparency =bool >

Dependencies 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, Windows Server 2008 family

See Also