LcdLabelPixelSize Property |
doogal.co.uk Home
Gets or sets the size of a LCD pixel (in screen pixels)
Namespace: LCDLabelAssembly: LCDLabel (in LCDLabel.dll) Version: 1.0.0.1 (1.0.0.1)
Syntax public PixelSize PixelSize { get; set; }
Public Property PixelSize As PixelSize
Get
Set
public:
property PixelSize PixelSize {
PixelSize get ();
void set (PixelSize value);
}
member PixelSize : PixelSize with get, set
Property Value
Type:
PixelSizeThe size of the pixel.
See Also