次の方法で共有


AdornerPlacementDimension 列挙体

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

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

構文

'宣言
Public Enumeration AdornerPlacementDimension
public enum AdornerPlacementDimension
public enum class AdornerPlacementDimension
type AdornerPlacementDimension
public enum AdornerPlacementDimension

メンバー

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

解説

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

参照

参照

Microsoft.Windows.Design.Interaction 名前空間

AdornerPlacementCollection

AdornerPanel

IAdornerPlacement

その他の技術情報

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

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