バージョン

PointerTooltipPointerLocation 列挙体

ポインターを PointerTooltip にアンカーする利用可能な位置を説明します。
シンタックス
'宣言
 
Public Enum PointerTooltipPointerLocation 
   Inherits System.Enum
public enum PointerTooltipPointerLocation : System.Enum 
メンバ
メンバ解説
Autoアンカーは自動的に決定されます。
BottomLeftアンカーはコンテンツの左上。
BottomMiddleアンカーはコンテンツの左上。
BottomRightアンカーはコンテンツの左上。
LeftBottomアンカーはコンテンツの左上。
LeftMiddleアンカーはコンテンツの左上。
LeftTopアンカーはコンテンツの左上。
RightBottomアンカーはコンテンツの左上。
RightMiddleアンカーはコンテンツの左上。
RightTopアンカーはコンテンツの左上。
TopLeftアンカーはコンテンツの左上。
TopMiddleアンカーはコンテンツの左上。
TopRightアンカーはコンテンツの左上。
参照