Gets or set the opacity value used when combining the areas from the result of feathering and destination images.
Syntax
Visual Basic (Declaration) | |
---|
Public Property Opacity As Integer |
C# | |
---|
public int Opacity {get; set;} |
C++/CLI | |
---|
public:
property int Opacity {
int get();
void set ( int value);
} |
Property Value
Opacity value used when combining the areas from the result of feathering and destination images. This value ranges from 0 to 255.
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