ComponentOne Basic Library for WPF and Silverlight
DropDownHeight Property (C1DropDownButton)


C1.Silverlight Namespace > C1DropDownButton Class : DropDownHeight Property
Gets or sets the height of the drop-down box (set to Double.NaN to size automatically).
Syntax
'Declaration
 
Public Property DropDownHeight As System.Double
'Usage
 
Dim instance As C1DropDownButton
Dim value As System.Double
 
instance.DropDownHeight = value
 
value = instance.DropDownHeight
public System.double DropDownHeight {get; set;}
See Also

Reference

C1DropDownButton Class
C1DropDownButton Members