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。

适用于