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。

適用於