Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ImportedProjects
SVG
754bc3e555a0ff2584f0f3053cdf12f93dc84499
754bc3e555a0ff2584f0f3053cdf12f93dc84499
Switch branch/tag
SVG
Source
Basic Shapes
SvgVisibility.cs
Find file
Normal view
History
Permalink
SvgVisibility.cs
109 Bytes
Newer
Older
merge with github
Tebjan Halm
committed
Apr 16, 2012
1
2
3
4
5
6
7
8
9
namespace
Svg
{
public
enum
SvgVisibility
{
Visible
,
Hidden
,
Inherit
}
}