DisplayBrightnessInfo
Namespace: Busy.Bar
The device's current display brightness.
public sealed record class DisplayBrightnessInfo : System.IEquatable`1[[Busy.Bar.DisplayBrightnessInfo, BusyBar, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]
Inheritance Object → DisplayBrightnessInfo
Implements IEquatable<DisplayBrightnessInfo>
Attributes NullableContextAttribute, NullableAttribute
Properties
Value
Brightness value: either "auto" or a number from 0 to 100.
public string Value { get; init; }
Property Value
Constructors
DisplayBrightnessInfo(String)
The device's current display brightness.
public DisplayBrightnessInfo(string Value)
Parameters
Value String
Brightness value: either "auto" or a number from 0 to 100.