Style textDecorationStyle 属性
描述
textDecorationStyle 属性设置或返回线(如果有)的显示方式。
浏览器支持
属性 | |||||
---|---|---|---|---|---|
textDecorationStyle | 57.0 | 79.0 | 36.0 | 12.1 | 44.0 |
语法
返回 textDecorationStyle 属性
object.style.textDecorationStyle
设置 textDecorationStyle 属性
object.style.textDecorationStyle = "solid|double|dotted|dashed|wavy|initial|inherit"
属性值
值 | 描述 |
---|---|
solid | 默认值。线将显示为单线 |
double | 线将显示为双线 |
dotted | 线将显示为点线 |
dashed | 线将显示为虚线 |
wavy | 线将显示为波浪线 |
initial | 将此属性设置为其默认值。 了解 initial |
inherit | 从其父元素继承此属性。 了解 inherit |
技术细节
默认值 | solid |
---|---|
返回值 | 一个字符串,表示元素的 text-decoration-style 属性 |
CSS 版本 | CSS3 |
相关页面
CSS 参考: text-decoration-style 属性