Documentation de Dvp.NET. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/

[Ceci est une documentation préliminaire, sous réserve de modification.]

Indique si l'effet "Blur" est appliqué à la fenêtre

Espace de nom : Developpez.Dotnet.Windows.Behaviors
Assembly : Developpez.Dotnet.Windows (dans Developpez.Dotnet.Windows.dll) Version: 0.6.0.0 (0.6.0.0)

Syntaxe

C#
[AttachedPropertyBrowsableForTypeAttribute(typeof(Window))]
public static Nullable<bool> GetEnableBlur(
	Window window
)
Visual Basic (Déclaration)
<AttachedPropertyBrowsableForTypeAttribute(GetType(Window))> _
Public Shared Function GetEnableBlur ( _
	window As Window _
) As Nullable(Of Boolean)
Visual C++
public:
[AttachedPropertyBrowsableForTypeAttribute(typeof(Window))]
static Nullable<bool> GetEnableBlur(
	Window^ window
)

Paramètres

window
Type: System.Windows..::..Window
La fenêtre cible

Valeur de retour

true si l'effet "Blur" est appliqué à la fenêtre, false sinon.

Voir aussi