'DeclarationPublic Property ItemsLayoutOrientation As ItemsLayoutOrientation
'UsageDim instance As ComboBox Dim value As ItemsLayoutOrientation instance.ItemsLayoutOrientation = value value = instance.ItemsLayoutOrientation
public ItemsLayoutOrientation ItemsLayoutOrientation {get; set;}