Open sandboxFocus
  • TOC

Metalama Documentation

Getting started

Video tutorials

Conceptual documentation

Commented examples

API documentation

Aspect API

Extensions API

Patterns API

Flashtrace API

Introspection API

Advanced API

Post­Sharp API migration

  • Article

Property RegistrationField

RegistrationField

Gets or sets the name of the static readonly field that will be generated to expose the instance of the registered DependencyProperty.

Declaration
public string? RegistrationField { get; set; }
Property Value
Type Description
string
Remarks

If this property is not set then the default FooProperty value is used, where Foo is the name of the target property.

  • Navigation