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


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

Reference

C1DropDownButton Class
C1DropDownButton Members