ComboBoxTemplateSettings.SelectedItemDirection Property

Definition

Gets a value that reports the selection direction in a ComboBox. This is either Bottom or Top depending on how DropDownOffset is set.

public:
 property AnimationDirection SelectedItemDirection { AnimationDirection get(); };
AnimationDirection SelectedItemDirection();
public AnimationDirection SelectedItemDirection { get; }
var animationDirection = comboBoxTemplateSettings.selectedItemDirection;
Public ReadOnly Property SelectedItemDirection As AnimationDirection

Property Value

A value of the enumeration.

Remarks

SelectedItemDirection is referenced in the default generic.xaml template animations for ComboBox.

Applies to