Gets or sets the current transparent color of this
AnnPicture object.
Syntax
Visual Basic (Declaration) | |
---|
Public Property TransparentColor As Color |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As AnnPicture
Dim value As Color
instance.TransparentColor = value
value = instance.TransparentColor
|
C# | |
---|
public Color TransparentColor {get; set;} |
Return Value
A
Color structure that represents the current transparent color of this
AnnPicture object.
Example
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also