Table of Contents

Class GetIconSegoesExtension

Namespace
H.Extensions.FontIcon
Assembly
H.Extensions.FontIcon.dll
public class GetIconSegoesExtension : MarkupExtension
Inheritance
GetIconSegoesExtension
Inherited Members
Extension Methods

Properties

From

public int From { get; set; }

Property Value

int

To

public int To { get; set; }

Property Value

int

Methods

ProvideValue(IServiceProvider)

When implemented in a derived class, returns an object that is provided as the value of the target property for this markup extension.

public override object ProvideValue(IServiceProvider serviceProvider)

Parameters

serviceProvider IServiceProvider

A service provider helper that can provide services for the markup extension.

Returns

object

The object value to set on the property where the extension is applied.