5#include "../../object.h"
25 const xtd::web::css::property_map& properties()
const {
return properties_;}
26 void properties(
const xtd::web::css::property_map& properties) {properties_ = properties;}
27 xtd::web::css::property_map& properties() {
return properties_;}
31 xtd::web::css::property_map properties_;
Supports all classes in the xtd class hierarchy and provides low-level services to derived classes....
Definition object.h:26
Represents text as a sequence of UTF-8 code units.
Definition ustring.h:48
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition system_report.h:17
Contains xtd::web::css::property_map typedef.