LcdLabelPixelSpacing Property |
doogal.co.uk Home
Gets or sets the space between each pixel in the matrix.
Namespace: LCDLabelAssembly: LCDLabel (in LCDLabel.dll) Version: 1.0.0.1 (1.0.0.1)
Syntax public int PixelSpacing { get; set; }
Public Property PixelSpacing As Integer
Get
Set
public:
property int PixelSpacing {
int get ();
void set (int value);
}
member PixelSpacing : int with get, set
Property Value
Type:
Int32The pixel spacing.
See Also