xtd 0.2.0
Loading...
Searching...
No Matches
shadows.h
Go to the documentation of this file.
1
4#pragma once
5#include "shadow.h"
6#include <vector>
7
9namespace xtd {
11 namespace forms {
20 using shadows = std::vector<xtd::forms::shadow>;
21 }
22}
23
std::vector< xtd::forms::shadow > shadows
Represents an xtd::forms::shadow array.
Definition shadows.h:20
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition xtd_about_box.h:12
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10
Contains xtd::forms::style_sheets::shadow class.