C# Класс GoogleCloudExtension.Extensions.ImageResource

This class is a simple markup extension that returns an image given its path.
Наследование: System.Windows.Markup.MarkupExtension
Показать файл Открыть проект

Открытые методы

Метод Описание
ImageResource ( ) : GoogleCloudExtension.Utils
ImageResource ( string path ) : GoogleCloudExtension.Utils
ProvideValue ( IServiceProvider serviceProvider ) : object

Loads the image given the Path property. Caching is performed so an image is only going to be loaded once.

Описание методов

ImageResource() публичный Метод

public ImageResource ( ) : GoogleCloudExtension.Utils
Результат GoogleCloudExtension.Utils

ImageResource() публичный Метод

public ImageResource ( string path ) : GoogleCloudExtension.Utils
path string
Результат GoogleCloudExtension.Utils

ProvideValue() публичный Метод

Loads the image given the Path property. Caching is performed so an image is only going to be loaded once.
public ProvideValue ( IServiceProvider serviceProvider ) : object
serviceProvider IServiceProvider
Результат object