AdornerPanel.GetAdornerHorizontalAlignment-Methode

Ruft die angefügte AdornerHorizontalAlignment-Eigenschaft für das angegebene DependencyObject ab.

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public Shared Function GetAdornerHorizontalAlignment ( _
    obj As DependencyObject _
) As AdornerHorizontalAlignment
public static AdornerHorizontalAlignment GetAdornerHorizontalAlignment(
    DependencyObject obj
)
public:
static AdornerHorizontalAlignment GetAdornerHorizontalAlignment(
    DependencyObject^ obj
)
static member GetAdornerHorizontalAlignment : 
        obj:DependencyObject -> AdornerHorizontalAlignment 
public static function GetAdornerHorizontalAlignment(
    obj : DependencyObject
) : AdornerHorizontalAlignment

Parameter

Rückgabewert

Typ: Microsoft.Windows.Design.Interaction.AdornerHorizontalAlignment
Der AdornerHorizontalAlignment-Eigenschaftswert für obj.

.NET Framework-Sicherheit

Siehe auch

Referenz

AdornerPanel Klasse

Microsoft.Windows.Design.Interaction-Namespace

Weitere Ressourcen

Adorner-Architektur

Featureanbieter und Featureverbindungen