ComponentOne for WinUI
Anchor 列挙体

C1.WinUI.Input アセンブリ > C1.WinUI.Input 名前空間 : Anchor 列挙体
ビジュアル要素のアンカーポイントを指定します。
シンタックス
'宣言
 
Public Enum Anchor 
   Inherits System.Enum
public enum Anchor : System.Enum 
メンバ
メンバ解説
BottomLeft
ビジュアル要素の左下隅
BottomRight
ビジュアル要素の右下隅
Center
ビジュアル要素の中央
TopLeft
ビジュアル要素の左上隅
TopRight
ビジュアル要素の右上隅
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.WinUI.Input.Anchor

参照

参照

C1.WinUI.Input 名前空間