Skip to content

Instantly share code, notes, and snippets.

@grumpycatsaysno
Last active February 9, 2016 12:04
Show Gist options
  • Save grumpycatsaysno/92ea48f82d114c8a8fe6 to your computer and use it in GitHub Desktop.
Save grumpycatsaysno/92ea48f82d114c8a8fe6 to your computer and use it in GitHub Desktop.
RenderTaxonomyAs enumerator
public new enum RenderTaxonomyAs
{
HorizontalList = 0,
VerticalList = 1,
Cloud = 2,
HierarchicalList = 3
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment