Spread Windows Forms 12.0 Product Documentation
IsPictureTransparencyColorSet Method


FarPoint.Win Assembly > FarPoint.Win Namespace > ElementStyle Class : IsPictureTransparencyColorSet Method
Gets whether the transparency color of the image (PictureTransparencyColor  property) is set.
Syntax
'Declaration
 
Public Overridable Function IsPictureTransparencyColorSet() As Boolean
'Usage
 
Dim instance As ElementStyle
Dim value As Boolean
 
value = instance.IsPictureTransparencyColorSet()
public virtual bool IsPictureTransparencyColorSet()

Return Value

true if the property is set; false otherwise
Remarks
This method determines whether the PictureTransparencyColor  property is set.
See Also

Reference

ElementStyle Class
ElementStyle Members
PictureTransparencyColor Property