| Visual Basic (Declaration) | |
|---|---|
Public Property Transparent As RasterColor | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As FadedMaskCommand Dim value As RasterColor instance.Transparent = value value = instance.Transparent | |
| C# | |
|---|---|
public RasterColor Transparent {get; set;} | |
| C++/CLI | |
|---|---|
public: property RasterColor Transparent { RasterColor get(); void set ( RasterColor value); } | |
Property Value
The transparency color.Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code