AdornerPanel.GetAdornerVerticalAlignment Method

Gets the AdornerVerticalAlignment 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 GetAdornerVerticalAlignment ( _
    obj As DependencyObject _
) As AdornerVerticalAlignment
public static AdornerVerticalAlignment GetAdornerVerticalAlignment(
    DependencyObject obj
)
public:
static AdornerVerticalAlignment GetAdornerVerticalAlignment(
    DependencyObject^ obj
)
static member GetAdornerVerticalAlignment : 
        obj:DependencyObject -> AdornerVerticalAlignment 
public static function GetAdornerVerticalAlignment(
    obj : DependencyObject
) : AdornerVerticalAlignment

Parameters

Return Value

Type: Microsoft.Windows.Design.Interaction.AdornerVerticalAlignment
The AdornerVerticalAlignment 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