AdornerOrder.Foreground 属性

获取指示放置在内容装饰器之前的装饰器的值。

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

语法

声明
Public Shared ReadOnly Property Foreground As AdornerOrder
    Get
public static AdornerOrder Foreground { get; }
public:
static property AdornerOrder^ Foreground {
    AdornerOrder^ get ();
}
static member Foreground : AdornerOrder
static function get Foreground () : AdornerOrder

属性值

类型:Microsoft.Windows.Design.Interaction.AdornerOrder
一个指定 Z 顺序的顶部的 AdornerOrder

.NET Framework 安全性

请参见

参考

AdornerOrder 类

Microsoft.Windows.Design.Interaction 命名空间

AdornerPanel

其他资源

演练:创建设计时装饰器

装饰器体系结构