Visual Basic (Declaration) | |
---|---|
Public Property LowerTransparency As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public bool LowerTransparency {get; set;} |
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: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, Windows Server 2008 family