LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

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 Color TransparentColor {get; set;}
 get_TransparentColor();
set_TransparentColor(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnPicture Class
AnnPicture Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.