Table of Contents

Constructor ContentPropertyAttribute

Namespace
Alternet.UI.Markup
Assembly
Alternet.UI.dll

ContentPropertyAttribute()

Creates a new content property attriubte that indicates that associated class does not have a content property attribute. This allows a descendent remove an ancestors declaration of a content property attribute.

public ContentPropertyAttribute()

ContentPropertyAttribute(string)

Creates a new content property attribute that associates the direct content of XAML content with property of the given name

public ContentPropertyAttribute(string name)

Parameters

name string

The property to associate to direct XAML content