xtd 0.2.0
shadows.h
Go to the documentation of this file.
1 #pragma once
5 #include "shadow.h"
6 #include <vector>
7 
9 namespace xtd {
11  namespace forms {
13  namespace style_sheets {
22  using shadows = std::vector<xtd::forms::style_sheets::shadow>;
23  }
24  }
25 }
26 
std::vector< xtd::forms::style_sheets::shadow > shadows
Represents an xtd::forms::style_sheets::shadow array.
Definition: shadows.h:22
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
Contains xtd::forms::style_sheets::shadow class.
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition: about_box.h:13