Gets or sets the value that indicates the intensity of the effect.
Supported in Silverlight, Windows Phone 7
Syntax
Visual Basic (Declaration) | |
---|
Public Property Opacity As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As HighPassCommand
Dim value As Integer
instance.Opacity = value
value = instance.Opacity |
C# | |
---|
public int Opacity {get; set;} |
C++/CLI | |
---|
public:
property int Opacity {
int get();
void set ( int value);
} |
Property Value
Value that indicates the intensity of the effect. The valid range is from 0 to 100. At 100, only the object outlines remain.
Example
Requirements
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also