#pragma once #include "../style/ApplyBorderStyleInfo.h" #include "Mapper.h" #include namespace cru::ui::mapper { /** * Example xml: * ```xml * * * * * * * * ``` */ class CRU_UI_API BorderStyleMapper : public BasicMapper { CRU_UI_DECLARE_CAN_MAP_FROM_XML_ELEMENT_TAG(BorderStyle, ui::style::ApplyBorderStyleInfo) }; } // namespace cru::ui::mapper