UtilTweakingFontSmoothingContrast Property
Gets or sets the contrast value used in ClearType smoothing. From 1000 to 2200.
Namespace: DevCase.Core.Windows.CommonAssembly: 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; }
Public Shared Property FontSmoothingContrast As Integer
Get
Set
Dim value As Integer
value = UtilTweaking.FontSmoothingContrast
UtilTweaking.FontSmoothingContrast = value
public:
static property int FontSmoothingContrast {
int get ();
void set (int value);
}
static member FontSmoothingContrast : int with get, set
No code example is currently available or this language may not be supported.
Property Value
Int32
The contrast value used in ClearType smoothing. From 1000 to 2200.
Win32Exception
|
|
ArgumentException
|
Value should be between 1000 and 2200.;value
|