Basic Library for UWP/WinRT XAML
DropDownDirection 列挙体

C1.Silverlight.C1ComboBox のサポートされている展開方向を提供します。
構文
'宣言
 
Public Enum DropDownDirection 
   Inherits System.Enum
public enum DropDownDirection : System.Enum 
メンバ
メンバ解説
AboveOrBelowドロップダウンC1.Silverlight.C1ComboBox をヘッダーの上に表示するように試みます。表示できない場合は、その下に表示するように試みます。
BelowOrAboveドロップダウンC1.Silverlight.C1ComboBox をヘッダーの下に表示するように試みます。表示できない場合は、その上に表示するように試みます。
ForceAboveC1ComboBox のコンテンツをヘッダーの上に強制的に表示します。
ForceBelowドロップダウン C1.Silverlight.C1ComboBox をヘッダーの下に強制的に表示します。
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Xaml.DropDownDirection

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

C1.Xaml 名前空間

Send Feedback