次の方法で共有


AdornerPlacementDimension 列挙体

更新 : 2007 年 11 月

AdornerPlacementValue 構造体に適用する寸法を定義する列挙体です。

名前空間 :  Microsoft.Windows.Design.Interaction
アセンブリ :  Microsoft.Windows.Design.Interaction (Microsoft.Windows.Design.Interaction.dll 内)

構文

'宣言
Public Enumeration AdornerPlacementDimension
'使用
Dim instance As AdornerPlacementDimension
public enum AdornerPlacementDimension
public enum class AdornerPlacementDimension
public enum AdornerPlacementDimension

メンバ

メンバ名 説明
Left 左辺。
Top 上辺。
Right 右辺。
Bottom 下辺。
Width 幅。
Height 高さ。

解説

AdornerPlacementDimension 列挙体は、IAdornerPlacement インターフェイスなど、サイズおよび位置に関連する型で使用されます。

参照

参照

Microsoft.Windows.Design.Interaction 名前空間

AdornerPlacementCollection

AdornerPanel

IAdornerPlacement

その他の技術情報

レイアウト空間と描画空間

チュートリアル : コントロール内でのレールの実装

WPF デザイナの機能拡張について