Share via


ComboBoxTemplateSettings.SelectedItemDirection プロパティ

定義

ComboBox の選択方向を報告する値を取得します。 これは、DropDownOffset の設定方法に応じて、[下] または [上] のいずれかになります。

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

プロパティ値

列挙体の値。

注釈

SelectedItemDirection は、 ComboBox の既定の generic.xaml テンプレート アニメーションで参照されます。

適用対象