UtilTweakingFontSmoothingContrast Property

Gets or sets the contrast value used in ClearType smoothing. From 1000 to 2200.

Definition

Namespace: DevCase.Core.Windows.Common
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static int FontSmoothingContrast { get; set; }

Property Value

Int32
The contrast value used in ClearType smoothing. From 1000 to 2200.

Exceptions

Win32Exception
ArgumentException Value should be between 1000 and 2200.;value

See Also