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
0959752a095d81ada63fb7f77bd090af3a2aee5f
0959752a095d81ada63fb7f77bd090af3a2aee5f
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
}
}