|
slot 0.0.1
A real time UI render framework
|
#include <Theme.h>
Public 属性 | |
| DirectX::XMFLOAT4 | RowColor |
| DirectX::XMFLOAT4 | AlternateRowColor |
| DirectX::XMFLOAT4 | SelectedRowColor |
| float | PanelWidth = 360.0f |
| float | PanelHeight = 320.0f |
| float | RowHeight = 28.0f |
| float | RowMargin = SpacingStyle::ExtraSmall |
| float | ToolbarHeight = 36.0f |
| float | LeftPanelWidth = 260.0f |
| float | RightPanelWidth = 300.0f |
| float | BottomPanelHeight = 180.0f |
Demo 使用主题语义展示控件,避免示例代码重新发明尺寸和颜色。
| DirectX::XMFLOAT4 z8::ui::DemoStyle::AlternateRowColor |
| float z8::ui::DemoStyle::BottomPanelHeight = 180.0f |
| float z8::ui::DemoStyle::LeftPanelWidth = 260.0f |
| float z8::ui::DemoStyle::PanelHeight = 320.0f |
| float z8::ui::DemoStyle::PanelWidth = 360.0f |
| float z8::ui::DemoStyle::RightPanelWidth = 300.0f |
| DirectX::XMFLOAT4 z8::ui::DemoStyle::RowColor |
| float z8::ui::DemoStyle::RowHeight = 28.0f |
| float z8::ui::DemoStyle::RowMargin = SpacingStyle::ExtraSmall |
| DirectX::XMFLOAT4 z8::ui::DemoStyle::SelectedRowColor |
| float z8::ui::DemoStyle::ToolbarHeight = 36.0f |