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.
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 float ConsoleTransparency { get; set; }
Public Shared Property ConsoleTransparency As Single
Get
Set
Dim value As Single
value = UtilTweaking.ConsoleTransparency
UtilTweaking.ConsoleTransparency = value
public:
static property float ConsoleTransparency {
float get ();
void set (float value);
}
static member ConsoleTransparency : float32 with get, set
No code example is currently available or this language may not be supported.
Property Value
Single
The transparency of the CMD, from
0.0F to
1.0F.