填写这份《一分钟调查》,帮我们(开发组)做得更好!去填写Home

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).