TransparencyColor Property (Picture)
In This Topic
Gets or sets the transparency color for rendering the picture.
Syntax
'Declaration
Public Overridable Property TransparencyColor As Color
'Usage
Dim instance As Picture
Dim value As Color
instance.TransparencyColor = value
value = instance.TransparencyColor
public virtual Color TransparencyColor {get; set;}
See Also