Table of Contents

Class LayoutThemeExtension

Namespace
H.Themes.Extensions
Assembly
H.Theme.dll
public class LayoutThemeExtension : MarkupExtension
Inheritance
LayoutThemeExtension
Inherited Members
Extension Methods

Properties

Type

public LayoutThemeType Type { get; set; }

Property Value

LayoutThemeType

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.