RendererStyleFlags2

Flags for renderer-specific style modifiers.

enum RendererStyleFlags2 { Important: 1 << 0 DashCase: 1 << 1 }

成员列表

成员说明
Important

Marks a style as important.

DashCase

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