次の方法で共有


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。

適用対象