LineDisplayCursor.IsUnderlineSupported 속성

정의

밑줄이 그은 커서가 지원되는지 여부를 가져옵니다.

public:
 property bool IsUnderlineSupported { bool get(); };
bool IsUnderlineSupported();
public bool IsUnderlineSupported { get; }
var boolean = lineDisplayCursor.isUnderlineSupported;
Public ReadOnly Property IsUnderlineSupported As Boolean

속성 값

Boolean

bool

True이면 밑줄 커서가 지원됩니다. 그렇지 않으면 False입니다.

적용 대상