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

Marks a style as using dash case naming (this-is-dash-case).