ComponentOne Basic Library for WPF and Silverlight
VerticalAlignment Property (C1ComboBox)


C1.Silverlight Namespace > C1ComboBox Class : VerticalAlignment Property
Syntax
'Declaration
 
Public Property VerticalAlignment As System.Windows.VerticalAlignment
'Usage
 
Dim instance As C1ComboBox
Dim value As System.Windows.VerticalAlignment
 
instance.VerticalAlignment = value
 
value = instance.VerticalAlignment
public System.Windows.VerticalAlignment VerticalAlignment {get; set;}
See Also

Reference

C1ComboBox Class
C1ComboBox Members