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
19df5f90841e424044559e9b9f849b2ac495d76e
19df5f90841e424044559e9b9f849b2ac495d76e
Switch branch/tag
SVG
Source
Basic Shapes
SvgVisibility.cs
Find file
Normal view
History
Permalink
SvgVisibility.cs
118 Bytes
Newer
Older
some whitespace changes
tebjan
committed
Sep 17, 2015
1
2
3
4
5
6
7
8
9
namespace
Svg
{
public
enum
SvgVisibility
{
Visible
,
Hidden
,
Inherit
}
}