Adding thumbnail image
This commit is contained in:
Родитель
bbcbf74543
Коммит
c02ab3845d
Двоичный файл не отображается.
После Ширина: | Высота: | Размер: 11 KiB |
|
@ -329,6 +329,7 @@
|
|||
<Content Include="Assets\Nature\Nature-7.jpg" />
|
||||
<Content Include="Assets\NormalMapsAndMasks\bubblenm.jpg" />
|
||||
<Content Include="Assets\SampleThumbnails\AdvancedShadows.PNG" />
|
||||
<Content Include="Assets\SampleThumbnails\AnimationCompleted.PNG" />
|
||||
<Content Include="Assets\SampleThumbnails\AnimationController.PNG" />
|
||||
<Content Include="Assets\SampleThumbnails\BackDropControlSample.PNG" />
|
||||
<Content Include="Assets\SampleThumbnails\BasicLayoutAndTransitions.PNG" />
|
||||
|
|
|
@ -134,8 +134,8 @@ namespace CompositionSampleGallery
|
|||
new SampleDefinition(ColorBloomTransition.StaticSampleName, typeof(ColorBloomTransition), SampleType.EndToEnd, SampleCategory.Motion, false, false, "ms-appx:///Assets/SampleThumbnails/ColorBloom.jpg", description: ColorBloomTransition.StaticSampleDescription),
|
||||
new SampleDefinition(ColorSlideTransition.StaticSampleName, typeof(ColorSlideTransition), SampleType.EndToEnd, SampleCategory.Motion, false, false, "ms-appx:///Assets/SampleThumbnails/ColorSlide.png", description: ColorSlideTransition.StaticSampleDescription),
|
||||
new SampleDefinition(FlipToReveal.StaticSampleName, typeof(FlipToReveal), SampleType.EndToEnd, SampleCategory.Depth, false, false, "ms-appx:///Assets/SampleThumbnails/FlipToReveal.png", description: FlipToReveal.StaticSampleDescription),
|
||||
new SampleDefinition(ConnectedAnimationShell.StaticSampleName, typeof(ConnectedAnimationShell), SampleType.EndToEnd, SampleCategory.Motion, false, false, "ms-appx:///Assets/SampleThumbnails/ContinuityAnimations.jpg", description: ConnectedAnimationShell.StaticSampleDescription, featured: true, tags: new string[1]{"ExpressionBuilder"}),
|
||||
new SampleDefinition(AnimationCompleted.StaticSampleName, typeof(AnimationCompleted), SampleType.Reference, SampleCategory.APIReference, false, false, "ms-appx:///Assets/SampleThumbnails/FlipToReveal.png", description: AnimationCompleted.StaticSampleDescription),
|
||||
new SampleDefinition(ConnectedAnimationShell.StaticSampleName, typeof(ConnectedAnimationShell), SampleType.EndToEnd, SampleCategory.Motion, false, false, "ms-appx:///Assets/SampleThumbnails/ContinuityAnimations.jpg", description: ConnectedAnimationShell.StaticSampleDescription, featured: true, tags: new string[1]{"ExpressionBuilder"}),
|
||||
new SampleDefinition(AnimationCompleted.StaticSampleName, typeof(AnimationCompleted), SampleType.Reference, SampleCategory.APIReference, false, false, "ms-appx:///Assets/SampleThumbnails/AnimationCompleted.png", description: AnimationCompleted.StaticSampleDescription),
|
||||
#endif
|
||||
|
||||
#if SDKVERSION_14393
|
||||
|
|
Загрузка…
Ссылка в новой задаче