xtd 0.2.0
Loading...
Searching...
No Matches
border_type.hpp
Go to the documentation of this file.
1
4#pragma once
5#include <xtd/enum>
6
8namespace xtd {
10 namespace forms {
12 namespace style_sheets {
51 }
52 }
53}
54
58};
The theme data allows you to specify the theme informations.
Definition theme.hpp:32
border_type
The border_type enum class specifies what kind of border to display.
Definition border_type.hpp:23
@ double_border
Defines a double border.
Definition border_type.hpp:49
@ none
Defines no border.
Definition border_type.hpp:25
@ ridge
Defines a 3D ridged border. The effect depends on the border color value.
Definition border_type.hpp:37
@ hidden
Defines a hidden border.
Definition border_type.hpp:27
@ outset
Defines a 3D outset border. The effect depends on the border color value.
Definition border_type.hpp:33
@ inset
Defines a 3D inset border. The effect depends on the border color value.
Definition border_type.hpp:31
@ dot_dash
Defines a dot dashed border.
Definition border_type.hpp:43
@ dot_dot_dash
Defines a dot dot dashed border.
Definition border_type.hpp:45
@ dashed
Defines a dashed border.
Definition border_type.hpp:41
@ dotted
Defines a dotted border.
Definition border_type.hpp:47
@ solid
Defines a solid border.
Definition border_type.hpp:29
@ groove
Defines a 3D grooved border. The effect depends on the border color value.
Definition border_type.hpp:35
@ theme
Defines a 3D themed border. The effect depends on the border color value.
Definition border_type.hpp:39
std::vector< std::pair< enum_t, xtd::string > > enum_collection
Represents a pair of an enum_t value and a string of an enum of type enum_t.
Definition enum_collection.hpp:24
The xtd::forms::style_sheets namespace contains various properties, states, and subcontrols that make...
Definition background_image.hpp:21
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition texts.hpp:219
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
Provides the registration struct for enumerations.
Definition enum_register.hpp:38