DependsOnAttribute.

DependsOnAttribute(string) Constructor

Summary

Initializes a new instance of the DependsOnAttribute class.
Namespace
Avalonia.Metadata
Containing Type
DependsOnAttribute

Syntax

public DependsOnAttribute(string propertyName)

Parameters

Name Type Description
propertyName string The name of the property that this property depends on.

Return Value

Type Description
void