RendererStyleFlags2
渲染器特有样式修饰符的标志。
Flags for renderer-specific style modifiers.
enum RendererStyleFlags2 {
Important: 1 << 0
DashCase: 1 << 1
}
成员列表
成员 | 说明 |
---|---|
Important: 1 << 0 | 将样式标记为重要。 Marks a style as important. |
DashCase: 1 << 1 | 将样式标记为使用中线命名法(this-is-dash-case)。 Marks a style as using dash case naming (this-is-dash-case). |