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 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
- obj
Type: System.Windows.DependencyObject
The element from which the property value is read.
Return Value
Type: Microsoft.Windows.Design.Interaction.AdornerHorizontalAlignment
The AdornerHorizontalAlignment 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