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

Namespace:  Developpez.Dotnet.Windows.Util
Assembly:  Developpez.Dotnet.Windows (in Developpez.Dotnet.Windows.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

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

Parameters

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

Return Value

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

See Also