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);
} |
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
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also