←Select platform

LowerTransparency Property

Summary

Flag that indicates the transparency direction.

Syntax

C#
VB
WinRT C#
C++
public bool LowerTransparency { get; set; } 
  
Public Property LowerTransparency As Boolean 
public bool LowerTransparency {get; set;} 
  
get_LowerTransparency(); 
set_LowerTransparency(value); 
Object.defineProperty('LowerTransparency');  
public: 
property bool LowerTransparency { 
   bool get(); 
   void set (    bool ); 
} 

Property 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

Refer to OceanCommand.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly