Popup.HasDropShadow Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une valeur qui indique si un Popup est affiché avec un effet d'ombre portée.
public:
property bool HasDropShadow { bool get(); };
public bool HasDropShadow { get; }
member this.HasDropShadow : bool
Public ReadOnly Property HasDropShadow As Boolean
Valeur de propriété
true
si le Popup est affiché avec une ombre portée ; sinon, false
.
Exemples
L’exemple suivant montre comment obtenir la valeur de la HasDropShadow propriété .
bool hasDropShadow = myPopup.HasDropShadow;
Dim hasDropShadow As Boolean = myPopup.HasDropShadow
Remarques
Un effet d’ombre portée s’affiche lorsque la SystemParameters.DropShadow propriété et la Popup.AllowsTransparency propriété ont la valeur true
.
Informations sur les propriétés de dépendance
Champ Identificateur | HasDropShadowProperty |
Propriétés de métadonnées définies sur true |
Aucun |