Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- obj
Type: System.Windows.DependencyObject
The element from which the property value is read.
Return Value
Type: Microsoft.Windows.Design.Interaction.AdornerVerticalAlignment
The AdornerVerticalAlignment property value for obj.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.Interaction Namespace