| LcdLabelPixelOff Property | 
doogal.co.uk Home
            Gets or sets the pixel off colour.
            
 
Namespace: LCDLabelAssembly: LCDLabel (in LCDLabel.dll) Version: 1.0.0.1 (1.0.0.1)
 Syntax
Syntaxpublic Color PixelOff { get; set; }Public Property PixelOff As Color
	Get
	Set
public:
property Color PixelOff {
	Color get ();
	void set (Color value);
}member PixelOff : Color with get, set
Property Value
Type: 
ColorThe pixel off colour.
 See Also
See Also