LinearGradientBrush.GammaCorrection 属性

定义

获取或设置一个值,该值指示是否为该 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

属性值

如果为该 LinearGradientBrush 启用灰度校正,该值为 true;否则为 false

适用于