Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / IElementStyle Interface / PictureTransparencyColor Property


In This Topic
PictureTransparencyColor Property (IElementStyle)
In This Topic
Gets or sets the picture transparency color.
Syntax
'Declaration
 
Property PictureTransparencyColor As Color
 
'Usage
 
Dim instance As IElementStyle
Dim value As Color
 
instance.PictureTransparencyColor = value
 
value = instance.PictureTransparencyColor
See Also