Table of Contents

Class ControlTemplateScopeAttribute

Namespace
Avalonia.Metadata
Assembly
Avalonia.Base.dll

Indicates that a type acts as a control template scope (for example, TemplateBindings are expected to work). Types annotated with this attribute may provide a TargetType property.

[AttributeUsage(AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Interface, AllowMultiple = false, Inherited = true)]
public sealed class ControlTemplateScopeAttribute : Attribute
Inheritance
ControlTemplateScopeAttribute
Inherited Members

Constructors

ControlTemplateScopeAttribute()

public ControlTemplateScopeAttribute()