バージョン

GlowOrientation 列挙体

輝き効果の位置を決定するために使用される列挙体。
シンタックス
'宣言
 
Public Enum GlowOrientation 
   Inherits System.Enum
public enum GlowOrientation : System.Enum 
メンバ
メンバ解説
Bottom四角の下で輝きを表示。
Left四角の左で輝きを表示。
Right四角の右で輝きを表示。
Top四角の上で輝きを表示。
参照