共用方式為


ThemeShadow.Receivers 屬性

定義

取得這個 ThemeShadow 所轉換的 UI 元素集合。

UIElementWeakCollection Receivers();
public UIElementWeakCollection Receivers { get; }
var uIElementWeakCollection = themeShadow.receivers;
Public ReadOnly Property Receivers As UIElementWeakCollection

屬性值

此 ThemeShadow 所轉換的 UI 元素集合。

備註

提示

如需詳細資訊、設計指引和程式碼範例,請參閱 Z 深度和陰影

若要從不在 Popup中的 XAML UI 元素轉換陰影效果,您必須將陰影新增至這個 Receivers 集合,明確指定可接收陰影的其他 UI 元素。

接收者不可以是視覺化樹狀結構中投射者的上階。

適用於

另請參閱