#include "border_property.hpp" #include "predefine.hpp" namespace cru::ui { BorderProperty::BorderProperty(): BorderProperty(predefine::GetPredefineResourceComPtr(predefine::key_border_property_brush)) { } BorderProperty::BorderProperty(Microsoft::WRL::ComPtr brush): brush_(std::move(brush)) { } }