aboutsummaryrefslogtreecommitdiff
path: root/include/cru/ui/style/ApplyBorderStyleInfo.hpp
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-12-02 19:38:25 +0800
committercrupest <crupest@outlook.com>2020-12-02 19:38:25 +0800
commitd7dca1be0dd0814e30fa63924a20af3d924e974c (patch)
tree0a5ea0b637dc8392eee67ec625a51cef09ec8731 /include/cru/ui/style/ApplyBorderStyleInfo.hpp
parent145cfd5b82d76e0c937eceda707aa22427899943 (diff)
downloadcru-d7dca1be0dd0814e30fa63924a20af3d924e974c.tar.gz
cru-d7dca1be0dd0814e30fa63924a20af3d924e974c.tar.bz2
cru-d7dca1be0dd0814e30fa63924a20af3d924e974c.zip
...
Diffstat (limited to 'include/cru/ui/style/ApplyBorderStyleInfo.hpp')
-rw-r--r--include/cru/ui/style/ApplyBorderStyleInfo.hpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/cru/ui/style/ApplyBorderStyleInfo.hpp b/include/cru/ui/style/ApplyBorderStyleInfo.hpp
new file mode 100644
index 00000000..e9c4ca44
--- /dev/null
+++ b/include/cru/ui/style/ApplyBorderStyleInfo.hpp
@@ -0,0 +1,12 @@
+#pragma once
+#include "../Base.hpp"
+
+namespace cru::ui::style {
+struct ApplyBorderStyleInfo {
+ std::shared_ptr<platform::graphics::IBrush> border_brush;
+ std::optional<Thickness> border_thickness;
+ std::optional<CornerRadius> border_radius;
+ std::shared_ptr<platform::graphics::IBrush> foreground_brush;
+ std::shared_ptr<platform::graphics::IBrush> background_brush;
+};
+} // namespace cru::ui::style