Table of Contents

Class TemplateContentAttribute

Namespace
Avalonia.Metadata
Assembly
Avalonia.Base.dll

Defines the property that contains the object's content in markup.

[AttributeUsage(AttributeTargets.Property)]
public sealed class TemplateContentAttribute : Attribute
Inheritance
TemplateContentAttribute
Inherited Members

Constructors

TemplateContentAttribute()

public TemplateContentAttribute()

Properties

TemplateResultType

public Type? TemplateResultType { get; set; }

Property Value

Type