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;} |
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