SystemParameters.GradientCaptions Vlastnost

Definice

Získá hodnotu určující, zda přechodový efekt pro záhlaví okna je povolen.

public:
 static property bool GradientCaptions { bool get(); };
public static bool GradientCaptions { [System.Security.SecurityCritical] get; }
public static bool GradientCaptions { get; }
[<get: System.Security.SecurityCritical>]
static member GradientCaptions : bool
static member GradientCaptions : bool
Public Shared ReadOnly Property GradientCaptions As Boolean

Hodnota vlastnosti

trueje-li povolen efekt přechodu; v opačném případě . false

Atributy

Poznámky

Mapuje se na SPI_GETGRADIENTCAPTIONS. Viz SystemParametersInfo.

Použití atributu XAML

< object property="{ SystemParameters.GradientCaptions}"/>

Platí pro