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;} |
Managed Extensions for C++ | |
---|
public: __property Color get_TransparentColor();
public: __property void set_TransparentColor(
Color value
); |
Return Value
A
Color structure that represents the current transparent color of this
AnnPicture object.
Example
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also