ComboBoxTemplateSettings.SelectedItemDirection Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.