Skip to content

wyshmily/WpfPhotoFrame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WpfPhotoFrame

A easy way to apply a PhotoFrame to anything in WPF.

Use a Frame Image, like:

Apply it to just anything(a photo for example):

Poduces:

Usage:

PhotoFrame
<!--xmlns:pf="http://wpf.wyshmily/photoframe"-->

<pf:PhotoFrame Source="Images/TestFrame.png" CornerSizes="60 60" Scale="0.4" Mode="Intermediate" VerticalAlignment="Center" HorizontalAlignment="Center">
    <Image Source="Images/jangye.jpeg" Width="400"/>
</pf:PhotoFrame>

NuGet Package:

PM> Install-Package WpfPhotoFrame

About

A Photo Frame Control For WPF

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages