Gets or sets the number of characters on a single line.
Namespace:
LCDLabelAssembly: LCDLabel (in LCDLabel.dll) Version: 1.0.0.1 (1.0.0.1)
Syntax
| C# |
|---|
public int NumberOfCharacters { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property NumberOfCharacters As Integer |
| Visual C++ |
|---|
public: property int NumberOfCharacters { int get (); void set (int value); } |