Sdílet prostřednictvím


AdornerPlacementDimension – výčet

Výčet definující dimenzi, která má být použita AdornerPlacementValue struktury.

Obor názvů:  Microsoft.Windows.Design.Interaction
Sestavení:  Microsoft.Windows.Design.Interaction (v Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Deklarace
Public Enumeration AdornerPlacementDimension
public enum AdornerPlacementDimension
public enum class AdornerPlacementDimension
type AdornerPlacementDimension
public enum AdornerPlacementDimension

Členy

Název členu Popis
Left Levé straně.
Top Horní bočních.
Right Pravé straně.
Bottom Dole.
Width Šířka.
Height Výška.

Poznámky

AdornerPlacementDimension Výčtu používá velikost a polohu související typy jako IAdornerPlacement rozhraní.

Viz také

Odkaz

Microsoft.Windows.Design.Interaction – obor názvů

AdornerPlacementCollection

AdornerPanel

IAdornerPlacement

Další zdroje

Walkthrough: Implementing a Rail Inside a Control

Understanding WPF Designer Extensibility