UtilTweakingConsoleTransparency Property

Gets or sets a value that determines the transparency of the CMD, valid range is from 0.0F to 1.0F.

This feature is available only in window 10 and the new Console should be enabled, see Consolev2Enabled.

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 float ConsoleTransparency { get; set; }

Property Value

Single
The transparency of the CMD, from 0.0F to 1.0F.

See Also