Visual Basic (Declaration) | |
---|---|
Public Property LowerTransparency As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public bool LowerTransparency {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property bool get_LowerTransparency(); public: __property void set_LowerTransparency( 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: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. |
For XAML example, refer to OceanCommandBitmapEffect.
For C#/VB examples, refer to OceanCommandBitmapEffect.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003