Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementControl Class / PictureTransparencyColor Property


In This Topic
PictureTransparencyColor Property (ElementControl)
In This Topic
Gets or sets the transparency color for the picture in the control.
Syntax
'Declaration
 
Public Overridable Property PictureTransparencyColor As Color
 
'Usage
 
Dim instance As ElementControl
Dim value As Color
 
instance.PictureTransparencyColor = value
 
value = instance.PictureTransparencyColor
See Also