SystemParameters.GradientCaptions Vlastnost

Definice

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

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

truepokud je efekt přechodu povolen; 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