Share via


AdornerPanel.GetAdornerHorizontalAlignment Method

Gets the AdornerHorizontalAlignment attached property for the specified DependencyObject.

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

Parameters

Return Value

Type: Microsoft.Windows.Design.Interaction.AdornerHorizontalAlignment
The AdornerHorizontalAlignment property value for obj.

.NET Framework Security

See Also

Reference

AdornerPanel Class

Microsoft.Windows.Design.Interaction Namespace

Other Resources

Adorner Architecture

Feature Providers and Feature Connectors