LinearGradientBrush.GammaCorrection Propiedad

Definición

Obtiene o establece un valor que indica si se habilitó la corrección gamma para este LinearGradientBrush.

public:
 property bool GammaCorrection { bool get(); void set(bool value); };
public bool GammaCorrection { get; set; }
member this.GammaCorrection : bool with get, set
Public Property GammaCorrection As Boolean

Valor de propiedad

El valor es true si la corrección gamma está habilitada para este objeto LinearGradientBrush; en caso contrario, es false.

Se aplica a