バージョン

ArrowUIElement.ArrowOrientation 列挙体

矢印の方向を指定するために使用される列挙子。
シンタックス
'宣言
 
Public Enum ArrowUIElement.ArrowOrientation 
   Inherits System.Enum
public enum ArrowUIElement.ArrowOrientation : System.Enum 
メンバ
メンバ解説
Down下方向に指定。
Left左方向に指定。
Right右方向に指定。
Up上方向に指定。
参照