AdornerPanel.GetAdornerHorizontalAlignment 方法

获取指定的 DependencyObjectAdornerHorizontalAlignment 附加属性。

命名空间:  Microsoft.Windows.Design.Interaction
程序集:  Microsoft.Windows.Design.Interaction(在 Microsoft.Windows.Design.Interaction.dll 中)

语法

声明
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

参数

返回值

类型:Microsoft.Windows.Design.Interaction.AdornerHorizontalAlignment
obj 的 AdornerHorizontalAlignment 属性值。

.NET Framework 安全性

请参见

参考

AdornerPanel 类

Microsoft.Windows.Design.Interaction 命名空间

其他资源

装饰器体系结构

功能提供程序和功能连接器