Lines Property (PopUpCalculator)
Gets or sets how many lines show in the pop up window.
public int Lines {get; set;}
'Declaration
Public Property Lines As Integer
'Usage
Dim instance As PopUpCalculator
Dim value As Integer
instance.Lines = value
value = instance.Lines
Property Value
The
System.Int32 value indicates how many lines show in the pop up window.
The default is 12.