This website works better with JavaScript
Home
Explore
Help
Register
Sign In
PRSDigital
/
3rdpartylibs
Watch
3
Star
0
Fork
0
Files
Pull Requests
0
Tree:
e952c9c301
Branches
Tags
master
PRS-7.79a
3rdpartylibs
/
fastreports.wpf
/
FastReport.Forms.WPF
/
Enums
/
DockStyle.cs
DockStyle.cs
161 B
History
Raw
1
2
3
4
5
6
7
8
9
10
11
12
namespace System.Windows.Forms
{
public enum DockStyle
{
None,
Top,
Bottom,
Left,
Right,
Fill
}
}