Documentation de Dvp.Net. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/
Assembly: Developpez.Dotnet.Windows (in Developpez.Dotnet.Windows.dll) Version: 1.0.0.0 (1.0.0.0)
[Ceci est une documentation préliminaire, sous réserve de modification.]
Définit si l'effet "Blur" est appliqué à la fenêtre
Namespace:
Developpez.Dotnet.Windows.UtilAssembly: Developpez.Dotnet.Windows (in Developpez.Dotnet.Windows.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public static void SetEnableBlur( Window window, Nullable<bool> value ) |
Visual Basic (Declaration) |
---|
Public Shared Sub SetEnableBlur ( _ window As Window, _ value As Nullable(Of Boolean) _ ) |
Visual C++ |
---|
public: static void SetEnableBlur( Window^ window, Nullable<bool> value ) |
Parameters
- window
- Type: System.Windows..::.Window
La fenêtre cible
- value
- Type: System..::.Nullable<(Of <(Boolean>)>)
true si l'effet "Blur" doit être appliqué à la fenêtre, false sinon.