Table of Contents

Class MarkupExtensionWrapperAttribute

Namespace
Alternet.FormDesigner.Wpf.XamlDom
Assembly
Alternet.FormDesigner.Wpf.v10.dll

Apply this to markup extensions that needs custom behavior of ProvideValue(IServiceProvider) in the designer.

[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
public class MarkupExtensionWrapperAttribute : Attribute, _Attribute
Inheritance
MarkupExtensionWrapperAttribute
Implements

Constructors

MarkupExtensionWrapperAttribute(Type)

Initializes a new instance of MarkupExtensionWrapperAttribute.

Properties

MarkupExtensionWrapperType

Gets the wrapper type.