C# Class PhotoSharingApp.Universal.Controls.FeaturedPhotoControl

A control which displays a featured photo.
Inheritance: Windows.UI.Xaml.Controls.UserControl
Show file Open project: Microsoft/Appsample-Photosharing

Public Properties

Property Type Description
CaptionFontSizeProperty Windows.UI.Xaml.DependencyProperty
PhotoDetailsContainerMarginProperty Windows.UI.Xaml.DependencyProperty
PhotoSourceProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
FeaturedPhotoControl ( ) : Microsoft.Practices.ServiceLocation

The constructor.

Method Details

FeaturedPhotoControl() public method

The constructor.
public FeaturedPhotoControl ( ) : Microsoft.Practices.ServiceLocation
return Microsoft.Practices.ServiceLocation

Property Details

CaptionFontSizeProperty public static property

The dependency property for the caption font size.
public static DependencyProperty,Windows.UI.Xaml CaptionFontSizeProperty
return Windows.UI.Xaml.DependencyProperty

PhotoDetailsContainerMarginProperty public static property

The dependency property for the photoDetailsContainer margin.
public static DependencyProperty,Windows.UI.Xaml PhotoDetailsContainerMarginProperty
return Windows.UI.Xaml.DependencyProperty

PhotoSourceProperty public static property

The dependency property for the photo source.
public static DependencyProperty,Windows.UI.Xaml PhotoSourceProperty
return Windows.UI.Xaml.DependencyProperty