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입니다.

적용 대상