LineDisplayCapabilities.IsBrightnessSupported 属性

定义

获取线条显示是否支持调整屏幕亮度。

public:
 property bool IsBrightnessSupported { bool get(); };
bool IsBrightnessSupported();
public bool IsBrightnessSupported { get; }
var boolean = lineDisplayCapabilities.isBrightnessSupported;
Public ReadOnly Property IsBrightnessSupported As Boolean

属性值

Boolean

bool

如果线条显示支持调整屏幕亮度,则为 True;否则为 false。

适用于