| LcdLabelPixelShape Property  | 
doogal.co.uk Home
            Gets or sets the shape of a LCD pixel
            
 
Namespace: LCDLabelAssembly: LCDLabel (in LCDLabel.dll) Version: 1.0.0.1 (1.0.0.1)
Syntaxpublic PixelShape PixelShape { get; set; }Public Property PixelShape As PixelShape
	Get
	Set
public:
property PixelShape PixelShape {
	PixelShape get ();
	void set (PixelShape value);
}member PixelShape : PixelShape with get, set
Property Value
Type: 
PixelShapeThe pixel shape.
See Also