Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / Picture Class / TransparencyColor Property


In This Topic
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
See Also