LcdLabelPixelWidth Property |
doogal.co.uk Home
Gets or sets the width of a LCD pixel.
Namespace: LCDLabelAssembly: LCDLabel (in LCDLabel.dll) Version: 1.0.0.1 (1.0.0.1)
Syntax public int PixelWidth { get; set; }
Public Property PixelWidth As Integer
Get
Set
public:
property int PixelWidth {
int get ();
void set (int value);
}
member PixelWidth : int with get, set
Property Value
Type:
Int32The width of a LCD pixel.
See Also