|
slot 0.0.1
A real time UI render framework
|
#include <Theme.h>

Public 属性 | |
| StateColorStyle | BackgroundColor |
| StateColorStyle | ForegroundColor |
| DirectX::XMFLOAT4 | PopupColor |
| DirectX::XMFLOAT4 | PopupBorderColor |
| float | MenuBarHeight = 28.0f |
| float | ItemHeight = 24.0f |
| float | PopupWidth = 184.0f |
| float | HorizontalPadding = SpacingStyle::Medium |
| float | PopupPadding = SpacingStyle::ExtraSmall |
| float | IconSize = 12.0f |
| float | BorderWidth = 1.0f |
| float | CornerRadius = 2.0f |
Menu 触发项、弹出表面和级联目录共用的紧凑编辑器样式。
| StateColorStyle z8::ui::MenuStyle::BackgroundColor |
| float z8::ui::MenuStyle::BorderWidth = 1.0f |
| float z8::ui::MenuStyle::CornerRadius = 2.0f |
| StateColorStyle z8::ui::MenuStyle::ForegroundColor |
| float z8::ui::MenuStyle::HorizontalPadding = SpacingStyle::Medium |
| float z8::ui::MenuStyle::IconSize = 12.0f |
| float z8::ui::MenuStyle::ItemHeight = 24.0f |
| float z8::ui::MenuStyle::MenuBarHeight = 28.0f |
| DirectX::XMFLOAT4 z8::ui::MenuStyle::PopupBorderColor |
| DirectX::XMFLOAT4 z8::ui::MenuStyle::PopupColor |
| float z8::ui::MenuStyle::PopupPadding = SpacingStyle::ExtraSmall |
| float z8::ui::MenuStyle::PopupWidth = 184.0f |