| LcdLabelLineSpacing Property | 
doogal.co.uk Home
            Gets or sets the space between text lines on the display
            
 
Namespace: LCDLabelAssembly: LCDLabel (in LCDLabel.dll) Version: 1.0.0.1 (1.0.0.1)
 Syntax
Syntaxpublic int LineSpacing { get; set; }Public Property LineSpacing As Integer
	Get
	Set
public:
property int LineSpacing {
	int get ();
	void set (int value);
}member LineSpacing : int with get, set
Property Value
Type: 
Int32The line spacing.
 See Also
See Also