共用方式為


AdornerOrder.Background 屬性

取得值,這個值表示裝飾項置於內容之後。

命名空間:  Microsoft.Windows.Design.Interaction
組件:  Microsoft.Windows.Design.Interaction (在 Microsoft.Windows.Design.Interaction.dll 中)

語法

'宣告
Public Shared ReadOnly Property Background As AdornerOrder
    Get
public static AdornerOrder Background { get; }
public:
static property AdornerOrder^ Background {
    AdornerOrder^ get ();
}
static member Background : AdornerOrder
static function get Background () : AdornerOrder

屬性值

型別:Microsoft.Windows.Design.Interaction.AdornerOrder
AdornerOrder ,指定疊置順序的底端。

.NET Framework 安全性

請參閱

參考

AdornerOrder 類別

Microsoft.Windows.Design.Interaction 命名空間

AdornerPanel

其他資源

逐步解說:建立設計階段裝飾項

裝飾項架構