OutputHeight Property (DropDownCalculator)
Gets or sets the height of the output region.
public int OutputHeight {get; set;}
'Declaration
Public Property OutputHeight As Integer
'Usage
Dim instance As DropDownCalculator
Dim value As Integer
instance.OutputHeight = value
value = instance.OutputHeight
Property Value
An
System.Int32 value indicates the height of the output region.