LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
Transparent Property
See Also 
Leadtools.ImageProcessing.Effects Namespace > FadedMaskCommand Class : Transparent Property



Gets or sets the transparency color.

Syntax

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.

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