Skip to content

Instantly share code, notes, and snippets.

@ytabuchi
Created March 24, 2017 07:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ytabuchi/961e6bd17d2d79404cadcbb1685c0f0f to your computer and use it in GitHub Desktop.
Save ytabuchi/961e6bd17d2d79404cadcbb1685c0f0f to your computer and use it in GitHub Desktop.
ViewModel
public Assembly SvgAssembly
{
get { return typeof(App).GetTypeInfo().Assembly; }
}
public string AppStorePath
{
get { return "SvgSample.Resources.AppStore.svg"; }
}
public string CoolMaskPath
{
get { return "SvgSample.Resources.CoolMask.svg"; }
}
public string TigerPath
{
get { return "SvgSample.Resources.Tiger.svg"; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment