Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

TransparentColor Property






Gets or sets the current transparent color of this AnnPicture object.
Syntax
public Color TransparentColor {get; set;}
'Declaration
 
Public Property TransparentColor As Color
'Usage
 
Dim instance As AnnPicture
Dim value As Color
 
instance.TransparentColor = value
 
value = instance.TransparentColor

            

            
public:
property Color TransparentColor {
   Color get();
   void set (    Color value);
}

Property Value

A System.Drawing.Color structure that represents the current transparent color of this AnnPicture object.
Example
For an example, refer to AnnPicture.
Requirements

Target Platforms

See Also

Reference

AnnPicture Class
AnnPicture Members

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)