ComponentOne FinancialChart for WPF
MinDropDownHeight Property



C1.WPF Namespace > C1DropDownButton Class : MinDropDownHeight Property
Gets or sets minimum height constraint of the drop-down box.
Syntax
'Declaration
 
Public Property MinDropDownHeight As Double
'Usage
 
Dim instance As C1DropDownButton
Dim value As Double
 
instance.MinDropDownHeight = value
 
value = instance.MinDropDownHeight
public double MinDropDownHeight {get; set;}
public:
property double MinDropDownHeight {
   double get();
   void set (    double value);
}
See Also

Reference

C1DropDownButton Class
C1DropDownButton Members